summaryrefslogtreecommitdiffstats
path: root/zebra
diff options
context:
space:
mode:
authortmartiro <tigran@xcloudnetworks.com>2017-07-18 18:06:57 +0200
committertmartiro <tigran@xcloudnetworks.com>2017-07-18 18:06:57 +0200
commitf26bc77358426066d8c497d6e660cf2617ff493b (patch)
tree699037387bc8b0b1948efc6bee57781e9545e409 /zebra
parentreplace space to tabs, add kernel styles multiline, remove trailing whitespaces. (diff)
downloadfrr-f26bc77358426066d8c497d6e660cf2617ff493b.tar.xz
frr-f26bc77358426066d8c497d6e660cf2617ff493b.zip
Add 1 more identation to correspond to kernel style multi-line comment
Diffstat (limited to 'zebra')
-rw-r--r--zebra/interface.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index 4059cbf64..03ddf8d38 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -772,11 +772,11 @@ void if_nbr_ipv6ll_to_ipv4ll_neigh_update(struct interface *ifp,
ipv6_ll_address_to_mac(address, (u_char *)mac);
/*
- * Remove existed arp record for the interface as netlink
- * protocol does not have update message types
- *
- * supported message types are RTM_NEWNEIGH and RTM_DELNEIGH
- */
+ * Remove existed arp record for the interface as netlink
+ * protocol does not have update message types
+ *
+ * supported message types are RTM_NEWNEIGH and RTM_DELNEIGH
+ */
kernel_neigh_update (0, ifp->ifindex, ipv4_ll.s_addr, mac, 6);
/* Add arp record */