]> git.puffer.fish Git - matthieu/frr.git/commit
zebra, ripngd: remove ::/64 special-casing
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 28 Jun 2014 19:26:36 +0000 (21:26 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Jun 2016 18:48:39 +0000 (14:48 -0400)
commita0fdba90457e7d0bef99acb01d4f594f376a2349
treebf2072b23a0e2c2822292c0572951d3a94eb3780
parent42bb3dfdfa68747c40279db5a310757fd7baef3d
zebra, ripngd: remove ::/64 special-casing

In the 90ies, IPv4 was believed to exist within IPv6, with some kernels
implementing this belief in code...  Our code here is keyed to "#ifdef
LINUX", yet no Linux from the past 10 years had this, making the code
completely useless.

FreeBSD 10.0 does in fact have a "::/96 via ::1 dev lo0 reject" route.
IMHO we shouldn't mess with that, the admin can filter as neccessary
anyway.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Greg Troxel <gdt@ir.bbn.com>
Acked-by: Feng Lu <lu.feng@6wind.com>
[DL: slightly adjusted commit message to remove misunderstanding]
Acked-by: Paul Jakma <paul@jakma.org>
ripngd/ripngd.c