From 03d7eb8c260b85e77fea305736a352bbc0e94769 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 9 Sep 2016 14:14:16 +0200 Subject: tests: catch ordering issue w. ether set Before previous commit, ether set (payload statement) was reversed on output: ether daddr set 00:03:2d:2b:74:ec would be shown as 'ec:74:2b:2d:03:00'. With ff:ff:ff ... such bug doesn't appear so use something where it will show up. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- tests/py/bridge/ether.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/py/bridge/ether.t') diff --git a/tests/py/bridge/ether.t b/tests/py/bridge/ether.t index 4a177ab0..5c6766eb 100644 --- a/tests/py/bridge/ether.t +++ b/tests/py/bridge/ether.t @@ -7,4 +7,4 @@ tcp dport 22 ip daddr 1.2.3.4 ether saddr 00:0f:54:0c:11:04;ok;tcp dport 22 ethe tcp dport 22 ether saddr 00:0f:54:0c:11:04 ip daddr 1.2.3.4;ok ether saddr 00:0f:54:0c:11:04 ip daddr 1.2.3.4 accept;ok -ether daddr 00:01:02:03:04:05 ether saddr set ff:ff:ff:ff:ff:ff drop;ok +ether daddr 00:01:02:03:04:05 ether saddr set ff:fe:dc:ba:98:76 drop;ok -- cgit v1.2.3