]> git.puffer.fish Git - matthieu/frr.git/commitdiff
babeld: Remove comment (fixed by 64682f5e69).
authorMatthieu Boutier <boutier@irif.fr>
Thu, 25 May 2017 07:35:46 +0000 (09:35 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 26 May 2017 12:47:48 +0000 (08:47 -0400)
Signed-off-by: Matthieu Boutier <boutier@irif.fr>
babeld/kernel.c

index 9e38bcaaef30490147f9885dd69582b9b93cdca4..da8fadac7cc2acc606153925ec1248119d01f453 100644 (file)
@@ -168,11 +168,6 @@ kernel_route_v4(int add,
     api.safi = SAFI_UNICAST;
     api.vrf_id = VRF_DEFAULT;
 
-    /* Unlike the native Linux and BSD interfaces, Quagga doesn't like
-       there to be both and IPv4 nexthop and an ifindex.  Omit the
-       ifindex, and assume that the connected prefixes be set up
-       correctly. */
-
     SET_FLAG(api.message, ZAPI_MESSAGE_NEXTHOP);
     SET_FLAG(api.message, ZAPI_MESSAGE_IFINDEX);
     if(metric >= KERNEL_INFINITY) {