]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: fix typo
authorDavid Lamparter <equinox@diac24.net>
Tue, 6 Aug 2019 08:52:07 +0000 (10:52 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 6 Aug 2019 08:52:07 +0000 (10:52 +0200)
Signed-off-by: David Lamparter <equinox@diac24.net>
zebra/if_netlink.c

index 4a916bd2c22754885ce852b14737f61bc068d6cb..63e72fed0064c9a2b888b85f1a9cff27fe63b5f0 100644 (file)
@@ -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);
                                }