Hi, Aymn

Unfortunately, OpenVSwitch does not seem to support IPv6 extension header:
https://github.com/openvswitch/ovs/blob/master/Documentation/topics/openflow.rst

Thanks,
Fujimoto

On 2017年05月03日 19:40, Aymn Khallel wrote:


  IPV6_EXTHDR seemed to be not working?
  
<http://stackoverflow.com/questions/43745413/ipv6-exthdr-seemed-to-be-not-working>



down votefavorite <http://stackoverflow.com/questions/43745413/ipv6-exthdr-seemed-to-be-not-working#>
        
I use Ryu framework and Mininet to make some experiments, but IPV6_EXTHDR match seemed to be not working. when I try to use this match
|match= parser.OFPMatch( in_port=1, ipv6_exthdr=8, eth_type=0x86dd") |
it does not work, and I checked the follows list on the OpenVswitch, but the follow is not added to the OpenVswitch
I used this command to show the list of the follows on OpenVswitch
|ovs-ofctl -O OpenFlow13 dump-flows s1 |
What is the problem with the match "IPV6_EXTHDR"?



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to