Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 612f6e5

Browse files
authored
Merge pull request #300 from renanrodrigo/fix_action_types
[1.3] Fix ofp_action_type class
2 parents b7e1821 + 180b00c commit 612f6e5

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

pyof/v0x04/common/action.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,6 @@ class ActionType(Enum):
2222

2323
#: Output to switch port.
2424
OFPAT_OUTPUT = 0
25-
#: Set the 802.1q VLAN id.
26-
OFPAT_SET_VLAN_VID = 1
27-
#: Set the 802.1q priority.
28-
OFPAT_SET_VLAN_PCP = 2
29-
#: Strip the 802.1q header.
30-
OFPAT_STRIP_VLAN = 3
31-
#: Ethernet source address.
32-
OFPAT_SET_DL_SRC = 4
33-
#: Ethernet destination address.
34-
OFPAT_SET_DL_DST = 5
35-
#: IP source address.
36-
OFPAT_SET_NW_SRC = 6
37-
#: IP destination address.
38-
OFPAT_SET_NW_DST = 7
39-
#: TCP/UDP source port.
40-
OFPAT_SET_TP_SRC = 8
41-
#: TCP/UDP destination port.
42-
OFPAT_SET_TP_DST = 9
4325
#: Copy TTL "outwards" -- from next-to-outermost to outermost
4426
OFPAT_COPY_TTL_OUT = 11
4527
#: Copy TTL "inwards" -- from outermost to next-to-outermost

0 commit comments

Comments
 (0)