1
0
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:
Christian Giese
2023-08-20 20:21:37 +00:00
parent c2dfdabf3e
commit 53af933eb4
4 changed files with 272 additions and 405 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;

View File

@ -20,7 +20,6 @@
},
"sessions": {
"count": 1,
"session-time": 0,
"max-outstanding": 800,
"start-rate": 400,
"stop-rate": 400

View File

@ -18,7 +18,6 @@
},
"sessions": {
"count": 1,
"session-time": 0,
"max-outstanding": 800,
"start-rate": 400,
"stop-rate": 400