mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
fix stream rx-interface config
This commit is contained in:
@@ -2503,7 +2503,7 @@ json_parse_stream(json_t *stream, bbl_stream_config_s *stream_config)
|
||||
stream_config->rx_mpls2_label = json_number_value(value);
|
||||
}
|
||||
if(json_unpack(stream, "{s:s}", "rx-interface", &s) == 0) {
|
||||
stream_config->network_interface = strdup(s);
|
||||
stream_config->rx_interface = strdup(s);
|
||||
}
|
||||
|
||||
/* NAT configuration */
|
||||
|
||||
Reference in New Issue
Block a user