Skip to content

Commit

Permalink
Bug #677: fix 802.1ad tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jan 24, 2022
1 parent b9c5390 commit 5c3480a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ standard_bigendian:
--user-dlink=0x0f,0x00,0x08,0x00 --user-dlt=104
$(TCPREWRITE) -i $(TEST_PCAP) -o test.rewrite_dlthdlc --dlt=hdlc \
--hdlc-control=0 --hdlc-address=0x0F
$(TCPREWRITE) -i $(srcdir)/test.rewrite_config -o test.rewrite_vlan802.1ad \
$(TCPREWRITE) -i $(TEST_PCAP) -o test.rewrite_vlan802.1ad \
--enet-vlan=add --enet-vlan-tag=42 --enet-vlan-cfi=1 \
--enet-vlan-pri=2 --enet-vlan-proto=802.1ad
$(TCPREWRITE) -i $(srcdir)/test.rewrite_config -o test.rewrite_vlandel \
Expand Down Expand Up @@ -165,7 +165,7 @@ standard_littleendian:
--user-dlink=0x0f,0x00,0x08,0x00 --user-dlt=104
$(TCPREWRITE) -i $(TEST_PCAP) -o test2.rewrite_dlthdlc --dlt=hdlc \
--hdlc-control=0 --hdlc-address=0x0F
$(TCPREWRITE) -i $(srcdir)/test.rewrite_config -o test2.rewrite_vlan802.1ad \
$(TCPREWRITE) -i $(TEST_PCAP) -o test2.rewrite_vlan802.1ad \
--enet-vlan=add --enet-vlan-tag=42 --enet-vlan-cfi=1 \
--enet-vlan-pri=2 --enet-vlan-proto=802.1ad
$(TCPREWRITE) -i $(srcdir)/test.rewrite_config -o test2.rewrite_vlandel \
Expand Down Expand Up @@ -564,7 +564,7 @@ endif
rewrite_vlan802.1ad:
$(PRINTF) "%s" "[tcprewrite] 802.1ad Q-in-Q add test: "
$(PRINTF) "%s\n" "*** [tcprewrite] 802.1ad Q-in-Q add test: " >> test.log
$(TCPREWRITE) $(ENABLE_DEBUG) -i $(srcdir)/test.rewrite_config -o test.$@1 \
$(TCPREWRITE) $(ENABLE_DEBUG) -i $(TEST_PCAP) -o test.$@1 \
--enet-vlan=add --enet-vlan-tag=42 --enet-vlan-cfi=1 \
--enet-vlan-pri=2 --enet-vlan-proto=802.1ad >> test.log 2>&1
if WORDS_BIGENDIAN
Expand Down
Binary file modified test/test2.rewrite_vlan802.1ad
Binary file not shown.
Binary file modified test/test2.rewrite_vlandel
Binary file not shown.

0 comments on commit 5c3480a

Please sign in to comment.