]> granicus.if.org Git - ipset/commit
lib: fix ifname 'physdev:' prefix parsing
authorFlorian Westphal <fw@strlen.de>
Wed, 12 Feb 2014 09:27:19 +0000 (10:27 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 13 Feb 2014 11:21:50 +0000 (12:21 +0100)
commite8466647b10cf40f03af2c1d8afa44a13b1f74a3
treead2f1b26f7ffcf12bacc244eb6551b130140fea2
parent79264681db6292cd019487229e6af8e325d67e22
lib: fix ifname 'physdev:' prefix parsing

hash:net,iface supports matching on the bridge port as well,
but userspace currently doesn't handle it correctly as it passes
in 'physdev:eth0' instead of 'eth0'+IPSET_OPT_PHYSDEV.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
lib/parse.c