Tag: openflow

OpendayLight:如何指定stream表的目的IP地址

我使用OpendayLight ( Carbon SR1 )将stream表发送到交换机,除了使用set-nw-dst-action-case指令外,一切正常。 一旦我使用这个指令,stream程就不能被正确地切换(通过http://opendaylight_ip:8181/restconf/operational/opendaylight-inventory:nodes/node/openflow:1/flow-node-inventory:table/0 ),这是我的json代码来设置stream量: { "flow": [ { "id": "test", "match": { "ethernet-match": { "ethernet-destination": { "address": "02:42:4a:46:fc:02" } } }, "instructions": { "instruction": [ { "order": "0", "apply-actions": { "action": [ { "order": "0", "set-nw-dst-action": { "_Opps": "Remove this action goes normal" "ipv4-address": "192.168.1.3/32" } }, { "order": "1", "set-dl-dst-action": { […]