The commit d1b9e371dbfd130cf6685046de287bfd79d8a164 includes unnecessary changes and wrong changes.
- Wireshark does not misunderstand a MAC frame including VLAN, MPLS, and PBB. - A MAC frame (including ARP) after POP_VLAN, POP_MPLS, or POP_PBB may be misunderstood as a frame with FCS. This set provides a reverting patch and a correct patch. - Revert changes related to MAC frames which use VLAN, MPLS, and PBB - Resize pad fields related to POP_MPLS/POP_PBB Yuichi Ito (2): sw test tool: Revert changes of test files sw test tool: Modify lengths of pad fields for ARP ryu/tests/switch/of13/action/15_SET_MPLS_TTL.json | 4 +-- ryu/tests/switch/of13/action/16_DEC_MPLS_TTL.json | 4 +-- .../switch/of13/action/17_PUSH_VLAN_multiple.json | 4 +-- ryu/tests/switch/of13/action/18_POP_VLAN.json | 4 +-- .../switch/of13/action/19_PUSH_MPLS_multiple.json | 4 +-- ryu/tests/switch/of13/action/20_POP_MPLS.json | 4 +-- .../of13/action/25_SET_FIELD/06_VLAN_VID.json | 4 +-- .../of13/action/25_SET_FIELD/07_VLAN_PCP.json | 4 +-- .../switch/of13/action/25_SET_FIELD/21_ARP_OP.json | 14 ++++---- .../of13/action/25_SET_FIELD/22_ARP_SPA.json | 14 ++++---- .../of13/action/25_SET_FIELD/23_ARP_TPA.json | 14 ++++---- .../of13/action/25_SET_FIELD/24_ARP_SHA.json | 14 ++++---- .../of13/action/25_SET_FIELD/25_ARP_THA.json | 14 ++++---- .../of13/action/25_SET_FIELD/34_MPLS_LABEL.json | 4 +-- .../of13/action/25_SET_FIELD/35_MPLS_TC.json | 4 +-- .../of13/action/25_SET_FIELD/36_MPLS_BOS.json | 4 +-- .../of13/action/25_SET_FIELD/37_PBB_ISID.json | 6 ++-- ryu/tests/switch/of13/action/27_POP_PBB.json | 6 ++-- ryu/tests/switch/of13/match/06_VLAN_VID.json | 10 +++--- ryu/tests/switch/of13/match/06_VLAN_VID_Mask.json | 10 +++--- ryu/tests/switch/of13/match/07_VLAN_PCP.json | 10 +++--- ryu/tests/switch/of13/match/21_ARP_OP.json | 35 +++++++++++--------- ryu/tests/switch/of13/match/22_ARP_SPA.json | 35 +++++++++++--------- ryu/tests/switch/of13/match/22_ARP_SPA_Mask.json | 35 +++++++++++--------- ryu/tests/switch/of13/match/23_ARP_TPA.json | 35 +++++++++++--------- ryu/tests/switch/of13/match/23_ARP_TPA_Mask.json | 35 +++++++++++--------- ryu/tests/switch/of13/match/24_ARP_SHA.json | 35 +++++++++++--------- ryu/tests/switch/of13/match/24_ARP_SHA_Mask.json | 35 +++++++++++--------- ryu/tests/switch/of13/match/25_ARP_THA.json | 35 +++++++++++--------- ryu/tests/switch/of13/match/25_ARP_THA_Mask.json | 35 +++++++++++--------- ryu/tests/switch/of13/match/34_MPLS_LABEL.json | 10 +++--- ryu/tests/switch/of13/match/35_MPLS_TC.json | 10 +++--- ryu/tests/switch/of13/match/36_MPLS_BOS.json | 10 +++--- ryu/tests/switch/of13/match/37_PBB_ISID.json | 15 ++++++--- ryu/tests/switch/of13/match/37_PBB_ISID_Mask.json | 15 ++++++--- 35 files changed, 300 insertions(+), 231 deletions(-) -- 1.7.10.4 ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
