diff options
author | David Lamparter <equinox@diac24.net> | 2019-08-06 10:52:07 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-08-06 10:52:07 +0200 |
commit | 7913714e89dce8c06774c358dbd4aa51f90b02f7 (patch) | |
tree | 8af4d72fd6f69c5d3f4704ca31e3a59567feb173 /zebra | |
parent | vrrpd: eliminate potential null deref (diff) | |
download | frr-7913714e89dce8c06774c358dbd4aa51f90b02f7.tar.xz frr-7913714e89dce8c06774c358dbd4aa51f90b02f7.zip |
zebra: fix typo
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/if_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/if_netlink.c b/zebra/if_netlink.c index 4a916bd2c..63e72fed0 100644 --- a/zebra/if_netlink.c +++ b/zebra/if_netlink.c @@ -1350,7 +1350,7 @@ int netlink_link_change(struct nlmsghdr *h, ns_id_t ns_id, int startup) } else { if (IS_ZEBRA_DEBUG_KERNEL) zlog_debug( - "Intf %s(%u) has gone DOW", + "Intf %s(%u) has gone DOWN", name, ifp->ifindex); if_down(ifp); } |