Details
-
Improvement
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Mac OS
Platform: PC
Description
If I run
addMDFlow openflow:1 f22
at the OSGI console I see:
vagrant@vagrant-ubuntu-trusty-64:~$ sudo ovs-ofctl -O OpenFlow13 dump-flows s1
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0xa, duration=5.472s, table=2, n_packets=0, n_bytes=0, idle_timeout=34, hard_timeout=12, priority=2,ip,nw_dst=10.0.0.0/24 actions=drop
But if I read the XML for it from RESTCONF and try to push it via RESTCONF:
I do not see the ipv4 dst match.
Since addMDFlow is writing directly to the data tree, I suspect there may be a RESTCONF issue.