From a3d554f27d337283481441902e977968796ca3d9 Mon Sep 17 00:00:00 2001 From: Matthieu Boutier Date: Thu, 25 May 2017 09:35:46 +0200 Subject: [PATCH] babeld: Remove comment (fixed by 64682f5e69). Signed-off-by: Matthieu Boutier --- babeld/kernel.c | 5 ----- 1 file changed, 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) {