mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 08:49:58 +00:00
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into cmaster
This commit is contained in:
commit
02ba10e595
@ -424,7 +424,8 @@ bgp_bind (struct peer *peer)
|
||||
|
||||
name = (peer->conf_if ? peer->conf_if : (peer->ifname ? peer->ifname : peer->bgp->name));
|
||||
|
||||
zlog_debug ("Binding to interface %s\n", name);
|
||||
if (bgp_debug_neighbor_events(peer))
|
||||
zlog_debug ("%s Binding to interface %s", peer->host, name);
|
||||
|
||||
if ( bgpd_privs.change (ZPRIVS_RAISE) )
|
||||
zlog_err ("bgp_bind: could not raise privs");
|
||||
|
Loading…
Reference in New Issue
Block a user