1
0
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:
Christian Giese
2024-02-29 15:44:51 +00:00
parent 8c9e5c693a
commit ef8e1801bf

View File

@@ -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 */