mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 12:21:49 +00:00
babeld: Remove comment (fixed by 64682f5e69
).
Signed-off-by: Matthieu Boutier <boutier@irif.fr>
This commit is contained in:
parent
bd8d897362
commit
a3d554f27d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user