+openflowplugin-dev On 08/19/2016 12:44 AM, AbdulRahman AlHamali wrote:
Hello,I am doing some tests with IPv6 Extension headers. I am using sal-flow:add-flow to add a simple flow that matches on IPv6 Extension headers. As I have read, in order to use the extension headers, the only prerequisite is to put Ethertype="0x86dd", that is, IPv6. However, this is not working. Here's the request that I am sending: { "input": { "match": { "ethernet-match": { "ethernet-type": { "type": "0x86dd" } }, "ipv6-ext-header": { "ipv6-exthdr": "1" } }, "table_id": "0", "node": "/opendaylight-inventory:nodes/opendaylight-inventory:node[opendaylight-inventory:id=\"openflow:6\"]" } } Then, I go to mininet, and check the flows using: dpctl dump-flows The flow that I find is the following: cookie=0x0, table=0, n_packets=0, n_bytes=0, idle_age=7, ipv6, actions="drop" Thus, there is nothing about the extension header. What am I doing wrong here? Thank you. Regards, -- /AbdulRahman AlHamali/ / / /Software Engineer - Saugo360// / /Public Relations Officer - //ToastMasters Area 79/ / / /*Mobile:* 00961-76864084 | *Email:* [email protected] <mailto:[email protected]>_/ /*Facebook(Personal):* AbdulRahman AlHamali// / /*Facebook(TM):* Toastmasters Lebanon | *Twitter(TM):* @tmlebanon / /www.toastmasters.org <http://www.toastmasters.org/> / _______________________________________________ openflowplugin-users mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-users
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
