From 62c152bf3ef811952ae57778da280c40bbb010ce Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 28 Jan 2016 21:57:29 +0100 Subject: tests/py: test vlan on ingress This generates the same code as bridge does, but it includes this check in first place. [ meta load iiftype => reg 1 ] [ cmp eq reg 1 0x00000001 ] Signed-off-by: Pablo Neira Ayuso --- tests/py/bridge/vlan.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/py/bridge/vlan.t') diff --git a/tests/py/bridge/vlan.t b/tests/py/bridge/vlan.t index e7c75bba..526d7cc9 100644 --- a/tests/py/bridge/vlan.t +++ b/tests/py/bridge/vlan.t @@ -1,6 +1,8 @@ :input;type filter hook input priority 0 +:ingress;type filter hook ingress device lo priority 0 *bridge;test-bridge;input +*netdev;test-netdev;ingress vlan id 4094;ok vlan id 0;ok -- cgit v1.2.3