mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
log BGP traffic start event
This commit is contained in:
@@ -112,6 +112,10 @@ bgp_raw_update_stop_cb(void *arg)
|
||||
time_diff.tv_sec);
|
||||
|
||||
if(session->config->start_traffic) {
|
||||
LOG(BGP, "BGP (%s %s - %s) start traffic streams\n",
|
||||
session->interface->name,
|
||||
format_ipv4_address(&session->ipv4_local_address),
|
||||
format_ipv4_address(&session->ipv4_peer_address));
|
||||
enable_disable_traffic(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user