VPP-213: vnet classifier does not work for l3 ip4 rules 14/3214/5
authorOle Troan <ot@cisco.com>
Fri, 30 Sep 2016 07:22:36 +0000 (09:22 +0200)
committerDave Barach <openvpp@barachs.net>
Wed, 12 Oct 2016 19:49:33 +0000 (19:49 +0000)
commit1e66d5c54b81b8d6290153f1b3c2b021c4b62fad
tree5c29b8e298a3b568cee371263dbc4c17e28260ad
parent5899fdedad93eec01088dca980e9f5fd70aae9c4
VPP-213: vnet classifier does not work for l3 ip4 rules

The classifier was written with the assumption that next-indicies
of IP4 and IP6 IP_LOOKUP_NEXT nodes are equal. That's not true,
and this patch splits the classifier session for IP4 and IP6.

Change-Id: Id0368f17bb1d3f145b771d2dc283b56871264e99
Signed-off-by: Ole Troan <ot@cisco.com>
vnet/vnet/classify/vnet_classify.c