]> git.puffer.fish Git - mirror/frr.git/commit
lib: Rewrite ipv4 address and prefix validator
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 27 Jun 2016 14:51:17 +0000 (14:51 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 12 Jul 2016 13:41:27 +0000 (13:41 +0000)
commitd4dc41b6a23d5156b0d9068006a1eeb3ba32e301
tree16de03df91c51d1258283a2dcf46386742939af5
parent4d91343a45839480e006e2cc7c0dfd0725e1d0c8
lib: Rewrite ipv4 address and prefix validator

Simplify ipv4 prefix and address 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