]> git.puffer.fish Git - mirror/frr.git/commit
lib: Rewrite ipv6 prefix matcher
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 27 Jun 2016 13:14:18 +0000 (13:14 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 12 Jul 2016 13:33:56 +0000 (13:33 +0000)
commit4c58c70dcbc3dc5f7274e9b964eecd225cc3c9ef
treea0e695029e46e6eca489adef0b84d006fdf5e9be
parent2caa9b39575933ec86f5ff54ceb83b3c4460518a
lib: Rewrite ipv6 prefix matcher

Simplify ipv6 prefix matcher / validator to use standard Linux
networking functions instead of a state machine.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
lib/command.c