From: Matthieu Boutier Date: Thu, 25 May 2017 07:35:46 +0000 (+0200) Subject: babeld: Remove comment (fixed by 64682f5e69). X-Git-Tag: reindent-master-before~74^2~12 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a3d554f27d337283481441902e977968796ca3d9;p=matthieu%2Ffrr.git babeld: Remove comment (fixed by 64682f5e69). Signed-off-by: Matthieu Boutier --- 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) {