cmdmon: add ipv4/ipv6 options to add source command

This commit is contained in:
Miroslav Lichvar
2024-02-05 14:43:03 +01:00
parent 2d349595ee
commit 637fa29e1e
4 changed files with 17 additions and 4 deletions

View File

@@ -279,6 +279,8 @@ typedef struct {
#define REQ_ADDSRC_COPY 0x400
#define REQ_ADDSRC_EF_EXP_MONO_ROOT 0x800
#define REQ_ADDSRC_EF_EXP_NET_CORRECTION 0x1000
#define REQ_ADDSRC_IPV4 0x2000
#define REQ_ADDSRC_IPV6 0x4000
typedef struct {
uint32_t type;