mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
strict config validation
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -166,7 +166,7 @@ typedef struct bbl_link_config_
|
||||
uint16_t rx_cpuset_cur;
|
||||
|
||||
char *lag_interface;
|
||||
uint32_t lacp_priority;
|
||||
uint16_t lacp_priority;
|
||||
|
||||
void *next; /* pointer to next link config element */
|
||||
bbl_interface_s *link;
|
||||
|
@ -20,7 +20,6 @@
|
||||
},
|
||||
"sessions": {
|
||||
"count": 1,
|
||||
"session-time": 0,
|
||||
"max-outstanding": 800,
|
||||
"start-rate": 400,
|
||||
"stop-rate": 400
|
||||
|
@ -18,7 +18,6 @@
|
||||
},
|
||||
"sessions": {
|
||||
"count": 1,
|
||||
"session-time": 0,
|
||||
"max-outstanding": 800,
|
||||
"start-rate": 400,
|
||||
"stop-rate": 400
|
||||
|
Reference in New Issue
Block a user