diff options
Diffstat (limited to 'vrrpd/vrrp_debug.c')
| -rw-r--r-- | vrrpd/vrrp_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vrrpd/vrrp_debug.c b/vrrpd/vrrp_debug.c index b841bca78a..09d5e780cf 100644 --- a/vrrpd/vrrp_debug.c +++ b/vrrpd/vrrp_debug.c @@ -35,7 +35,7 @@ struct debug vrrp_dbg_sock = {0, "VRRP sockets"}; struct debug vrrp_dbg_zebra = {0, "VRRP Zebra events"}; struct debug *vrrp_debugs[] = { - &vrrp_dbg_arp, + &vrrp_dbg_arp, &vrrp_dbg_auto, &vrrp_dbg_ndisc, &vrrp_dbg_pkt, |
