summaryrefslogtreecommitdiff
path: root/babeld/kernel.c
diff options
context:
space:
mode:
authorMatthieu Boutier <boutier@irif.fr>2017-05-25 09:35:46 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-26 08:47:48 -0400
commita3d554f27d337283481441902e977968796ca3d9 (patch)
treecede988dbc60882e294f7048dfe231d9bb7f35a8 /babeld/kernel.c
parentbd8d89736258983b6a18313476b29202525e9015 (diff)
babeld: Remove comment (fixed by 64682f5e69).
Signed-off-by: Matthieu Boutier <boutier@irif.fr>
Diffstat (limited to 'babeld/kernel.c')
-rw-r--r--babeld/kernel.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/babeld/kernel.c b/babeld/kernel.c
index 9e38bcaaef..da8fadac7c 100644
--- a/babeld/kernel.c
+++ b/babeld/kernel.c
@@ -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) {