]> granicus.if.org Git - ipset/commit
Add parser function to handle IPv4 and IPv6 differently.
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 30 Oct 2010 21:11:47 +0000 (23:11 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sat, 30 Oct 2010 21:11:47 +0000 (23:11 +0200)
commit984c309c5996c9ecaafeda473188a78f0f8eac63
tree6ec241de3baa3e3af56f82b29b94c3de78c91220
parent3f8f60c2115992ecf6678fb6ce24d46dbb09e5f8
Add parser function to handle IPv4 and IPv6 differently.

At present IPv6 does not support adding/deleting multiple IPv6 addresses
specified as an ip-ip range or ip/prefix block. A parser function is
added by which can enforce it at parsing the address pattern.
include/libipset/parse.h
lib/parse.c