From b731e2f1dd0972409b136aebc7b463dd72c9cfad Mon Sep 17 00:00:00 2001 From: CNlucius Date: Tue, 13 Sep 2016 11:40:12 +0800 Subject: ONOSFW-171 O/S-SFC-ONOS scenario documentation Change-Id: I51ae1cf736ea24ab6680f8edca1b2bf5dd598365 Signed-off-by: CNlucius --- .../onosproject/codec/impl/instructions-flow.json | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/instructions-flow.json (limited to 'framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/instructions-flow.json') diff --git a/framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/instructions-flow.json b/framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/instructions-flow.json deleted file mode 100644 index 2a184b34..00000000 --- a/framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/instructions-flow.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "priority":1, - "isPermanent":"false", - "timeout":1, - "deviceId":"of:0000000000000001", - "treatment": - { - "instructions": - [ - {"type":"OUTPUT","port":-3}, - {"type":"DROP"}, - {"type":"L2MODIFICATION","subtype":"ETH_SRC","mac":"12:34:56:78:90:12"}, - {"type":"L2MODIFICATION","subtype":"ETH_DST","mac":"98:76:54:32:01:00"}, - {"type":"L2MODIFICATION","subtype":"VLAN_ID","vlanId":22}, - {"type":"L2MODIFICATION","subtype":"VLAN_PCP","vlanPcp":1}, - {"type":"L2MODIFICATION","subtype":"MPLS_LABEL","label":1048575}, - {"type":"L2MODIFICATION","subtype":"MPLS_PUSH"}, - {"type":"L2MODIFICATION","subtype":"MPLS_POP"}, - {"type":"L2MODIFICATION","subtype":"DEC_MPLS_TTL"}, - {"type":"L2MODIFICATION","subtype":"VLAN_POP"}, - {"type":"L2MODIFICATION","subtype":"VLAN_PUSH"}, - {"type":"L2MODIFICATION","subtype":"TUNNEL_ID", "tunnelId":100}, - {"type":"L3MODIFICATION","subtype":"IPV4_SRC", "ip":"1.2.3.4"}, - {"type":"L3MODIFICATION","subtype":"IPV4_DST", "ip":"1.2.3.3"}, - {"type":"L3MODIFICATION","subtype":"IPV6_SRC", "ip":"1.2.3.2"}, - {"type":"L3MODIFICATION","subtype":"IPV6_DST", "ip":"1.2.3.1"}, - {"type":"L3MODIFICATION","subtype":"IPV6_FLABEL", "flowLabel":8}, - {"type":"L0MODIFICATION","subtype":"LAMBDA","lambda":7}, - {"type":"L0MODIFICATION","subtype":"OCH","gridType":"DWDM", - "channelSpacing":"CHL_100GHZ","spacingMultiplier":4,"slotGranularity":8}, - {"type":"L4MODIFICATION","subtype":"TCP_DST","tcpPort":40001}, - {"type":"L4MODIFICATION","subtype":"TCP_SRC","tcpPort":40002}, - {"type":"L4MODIFICATION","subtype":"UDP_DST","udpPort":40003}, - {"type":"L4MODIFICATION","subtype":"UDP_SRC","udpPort":40004} - ], - "deferred":[] - }, - "selector": {"criteria":[{"type":"ETH_TYPE","ethType":"0x806"}]} -} -- cgit 1.2.3-korg