]> git.proxmox.com Git - mirror_frr.git/commitdiff
Add 1 more identation to correspond to kernel style multi-line comment
authortmartiro <tigran@xcloudnetworks.com>
Tue, 18 Jul 2017 16:06:57 +0000 (19:06 +0300)
committertmartiro <tigran@xcloudnetworks.com>
Tue, 18 Jul 2017 16:06:57 +0000 (19:06 +0300)
zebra/interface.c

index 4059cbf646a14a176d38af62e8cba47d74f5e84c..03ddf8d3864a73f106b136c90e31b78d7dfac73b 100644 (file)
@@ -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 */