summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>2018-07-06 18:12:18 +0200
committerBen Pfaff <blp@ovn.org>2018-07-06 13:24:24 -0700
commit9c937ec56fd2387d7e175bff0379aec9fa08a2b2 (patch)
treef1f92e3b9b85a7dd4afb62740a26965c3acf341f /tests
parent4c25c3b8c0d7c14a26eb18b0bf1af724c60b2eb7 (diff)
downloadopenvswitch-9c937ec56fd2387d7e175bff0379aec9fa08a2b2.tar.gz
OVN: add IPv6 address unreachable support to OVN router ports
Add priority-70 flows to generate ICMPv6 address unreachable messages in reply to IPv6 packets directed to the router's IP address on IP protocols other than UDP, TCP, and ICMP Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/ovn.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ovn.at b/tests/ovn.at
index cf92399e6..0185317e2 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -10515,6 +10515,7 @@ test_ip6_packet 1 1 000000000001 00000000ff01 20010db8000100000000000000000011 2
OVN_CHECK_PACKETS([hv1/vif1-tx.pcap], [vif1.expected])
test_tcp_syn_packet 2 2 000000000002 00000000ff02 $(ip_to_hex 192 168 2 1) $(ip_to_hex 192 168 2 254) 0000 8b40 3039 0000 7bae 4486
+test_ip6_packet 2 2 000000000002 00000000ff02 20010db8000200000000000000000011 20010db8000200000000000000000001 84 0004 01020304 0103 627e
OVN_CHECK_PACKETS([hv2/vif2-tx.pcap], [vif2.expected])
OVN_CLEANUP([hv1], [hv2])