]> git.proxmox.com Git - mirror_ovs.git/blame - lib/ofp-util.def
netlink-socket: Refill comment to fit within 79 columns.
[mirror_ovs.git] / lib / ofp-util.def
CommitLineData
e23ae585
BP
1/* -*- c -*- */
2
08f94c0e
BP
3#ifndef OFPAT10_ACTION
4#define OFPAT10_ACTION(ENUM, STRUCT, NAME)
e23ae585 5#endif
d01c980f 6OFPAT10_ACTION(OFPAT10_OUTPUT, ofp10_action_output, "output")
08f94c0e
BP
7OFPAT10_ACTION(OFPAT10_SET_VLAN_VID, ofp_action_vlan_vid, "mod_vlan_vid")
8OFPAT10_ACTION(OFPAT10_SET_VLAN_PCP, ofp_action_vlan_pcp, "mod_vlan_pcp")
9OFPAT10_ACTION(OFPAT10_STRIP_VLAN, ofp_action_header, "strip_vlan")
10OFPAT10_ACTION(OFPAT10_SET_DL_SRC, ofp_action_dl_addr, "mod_dl_src")
11OFPAT10_ACTION(OFPAT10_SET_DL_DST, ofp_action_dl_addr, "mod_dl_dst")
12OFPAT10_ACTION(OFPAT10_SET_NW_SRC, ofp_action_nw_addr, "mod_nw_src")
13OFPAT10_ACTION(OFPAT10_SET_NW_DST, ofp_action_nw_addr, "mod_nw_dst")
14OFPAT10_ACTION(OFPAT10_SET_NW_TOS, ofp_action_nw_tos, "mod_nw_tos")
15OFPAT10_ACTION(OFPAT10_SET_TP_SRC, ofp_action_tp_port, "mod_tp_src")
16OFPAT10_ACTION(OFPAT10_SET_TP_DST, ofp_action_tp_port, "mod_tp_dst")
31a9e63f 17OFPAT10_ACTION(OFPAT10_ENQUEUE, ofp10_action_enqueue, "enqueue")
d01c980f
BP
18
19#ifndef OFPAT11_ACTION
3ddcaf2d 20#define OFPAT11_ACTION(ENUM, STRUCT, EXTENSIBLE, NAME)
d01c980f 21#endif
3ddcaf2d 22OFPAT11_ACTION(OFPAT11_OUTPUT, ofp11_action_output, 0, "output")
ca287d20
JR
23OFPAT11_ACTION(OFPAT11_SET_VLAN_VID, ofp_action_vlan_vid, 0, "set_vlan_vid")
24OFPAT11_ACTION(OFPAT11_SET_VLAN_PCP, ofp_action_vlan_pcp, 0, "set_vlan_pcp")
3ddcaf2d
BP
25OFPAT11_ACTION(OFPAT11_SET_DL_SRC, ofp_action_dl_addr, 0, "mod_dl_src")
26OFPAT11_ACTION(OFPAT11_SET_DL_DST, ofp_action_dl_addr, 0, "mod_dl_dst")
27OFPAT11_ACTION(OFPAT11_SET_NW_SRC, ofp_action_nw_addr, 0, "mod_nw_src")
28OFPAT11_ACTION(OFPAT11_SET_NW_DST, ofp_action_nw_addr, 0, "mod_nw_dst")
29OFPAT11_ACTION(OFPAT11_SET_NW_TOS, ofp_action_nw_tos, 0, "mod_nw_tos")
ff14eb7a 30OFPAT11_ACTION(OFPAT11_SET_NW_ECN, ofp11_action_nw_ecn, 0, "mod_nw_ecn")
3ddcaf2d
BP
31OFPAT11_ACTION(OFPAT11_SET_TP_SRC, ofp_action_tp_port, 0, "mod_tp_src")
32OFPAT11_ACTION(OFPAT11_SET_TP_DST, ofp_action_tp_port, 0, "mod_tp_dst")
097d4939
JR
33OFPAT11_ACTION(OFPAT11_SET_MPLS_LABEL, ofp11_action_mpls_label, 0, "set_mpls_label")
34OFPAT11_ACTION(OFPAT11_SET_MPLS_TC, ofp11_action_mpls_tc, 0, "set_mpls_tc")
0f3f3c3d 35OFPAT11_ACTION(OFPAT11_SET_MPLS_TTL, ofp11_action_mpls_ttl, 0, "set_mpls_ttl")
b676167a 36OFPAT11_ACTION(OFPAT11_DEC_MPLS_TTL, ofp_action_header, 0, "dec_mpls_ttl")
3e34fbdd 37OFPAT11_ACTION(OFPAT11_PUSH_VLAN, ofp11_action_push, 0, "push_vlan")
8e61c110 38OFPAT11_ACTION(OFPAT11_POP_VLAN, ofp_action_header, 0, "pop_vlan")
b02475c5
SH
39OFPAT11_ACTION(OFPAT11_PUSH_MPLS, ofp11_action_push, 0, "push_mpls")
40OFPAT11_ACTION(OFPAT11_POP_MPLS, ofp11_action_pop_mpls, 0, "pop_mpls")
276c4e7a 41OFPAT11_ACTION(OFPAT11_SET_QUEUE, ofp11_action_set_queue, 0, "set_queue")
0c20dbe4 42OFPAT11_ACTION(OFPAT11_SET_NW_TTL, ofp11_action_nw_ttl, 0, "mod_nw_ttl")
7bcb1506 43OFPAT11_ACTION(OFPAT11_DEC_NW_TTL, ofp_action_header, 0, NULL)
f5c45121 44OFPAT11_ACTION(OFPAT12_SET_FIELD, ofp12_action_set_field, 1, "set_field")
7395c052 45OFPAT11_ACTION(OFPAT11_GROUP, ofp11_action_group, 0, "group")
78a3fff6 46
9c4dbc1c
AW
47#ifndef OFPAT13_ACTION
48#define OFPAT13_ACTION(ENUM, STRUCT, EXTENSIBLE, NAME)
49#endif
50OFPAT13_ACTION(OFPAT13_OUTPUT, ofp11_action_output, 0, "output")
51OFPAT13_ACTION(OFPAT13_COPY_TTL_OUT, ofp_action_header, 0, "copy_ttl_out")
52OFPAT13_ACTION(OFPAT13_COPY_TTL_IN, ofp_action_header, 0, "copy_ttl_in")
53OFPAT13_ACTION(OFPAT13_SET_MPLS_TTL, ofp11_action_mpls_ttl, 0, "set_mpls_ttl")
54OFPAT13_ACTION(OFPAT13_DEC_MPLS_TTL, ofp_action_header, 0, "dec_mpls_ttl")
55OFPAT13_ACTION(OFPAT13_PUSH_VLAN, ofp11_action_push, 0, "push_vlan")
56OFPAT13_ACTION(OFPAT13_POP_VLAN, ofp_action_header, 0, "pop_vlan")
57OFPAT13_ACTION(OFPAT13_PUSH_MPLS, ofp11_action_push, 0, "push_mpls")
58OFPAT13_ACTION(OFPAT13_POP_MPLS, ofp11_action_pop_mpls, 0, "pop_mpls")
59OFPAT13_ACTION(OFPAT13_SET_QUEUE, ofp11_action_set_queue, 0, "set_queue")
60OFPAT13_ACTION(OFPAT13_GROUP, ofp11_action_group, 0, "group")
61OFPAT13_ACTION(OFPAT13_SET_NW_TTL, ofp11_action_nw_ttl, 0, "set_nw_ttl")
62OFPAT13_ACTION(OFPAT13_DEC_NW_TTL, ofp_action_header, 0, "dec_nw_ttl")
63OFPAT13_ACTION(OFPAT13_SET_FIELD, ofp12_action_set_field, 1, "set_field")
64OFPAT13_ACTION(OFPAT13_PUSH_PBB, ofp11_action_push, 0, "push_pbb")
65OFPAT13_ACTION(OFPAT13_POP_PBB, ofp_action_header, 0, "pop_pbb")
66
e23ae585
BP
67#ifndef NXAST_ACTION
68#define NXAST_ACTION(ENUM, STRUCT, EXTENSIBLE, NAME)
69#endif
c2d967a5
MM
70NXAST_ACTION(NXAST_RESUBMIT, nx_action_resubmit, 0, "resubmit")
71NXAST_ACTION(NXAST_SET_TUNNEL, nx_action_set_tunnel, 0, "set_tunnel")
72NXAST_ACTION(NXAST_SET_QUEUE, nx_action_set_queue, 0, "set_queue")
73NXAST_ACTION(NXAST_POP_QUEUE, nx_action_pop_queue, 0, "pop_queue")
74NXAST_ACTION(NXAST_REG_MOVE, nx_action_reg_move, 0, "move")
75NXAST_ACTION(NXAST_REG_LOAD, nx_action_reg_load, 0, "load")
bd85dac1
AZ
76NXAST_ACTION(NXAST_STACK_PUSH, nx_action_stack, 0, "push")
77NXAST_ACTION(NXAST_STACK_POP, nx_action_stack, 0, "pop")
c2d967a5
MM
78NXAST_ACTION(NXAST_NOTE, nx_action_note, 1, "note")
79NXAST_ACTION(NXAST_SET_TUNNEL64, nx_action_set_tunnel64, 0, "set_tunnel64")
80NXAST_ACTION(NXAST_MULTIPATH, nx_action_multipath, 0, "multipath")
c2d967a5
MM
81NXAST_ACTION(NXAST_BUNDLE, nx_action_bundle, 1, "bundle")
82NXAST_ACTION(NXAST_BUNDLE_LOAD, nx_action_bundle, 1, "bundle_load")
83NXAST_ACTION(NXAST_RESUBMIT_TABLE, nx_action_resubmit, 0, NULL)
84NXAST_ACTION(NXAST_OUTPUT_REG, nx_action_output_reg, 0, NULL)
85NXAST_ACTION(NXAST_LEARN, nx_action_learn, 1, "learn")
86NXAST_ACTION(NXAST_EXIT, nx_action_header, 0, "exit")
87NXAST_ACTION(NXAST_DEC_TTL, nx_action_header, 0, "dec_ttl")
88NXAST_ACTION(NXAST_FIN_TIMEOUT, nx_action_fin_timeout, 0, "fin_timeout")
89NXAST_ACTION(NXAST_CONTROLLER, nx_action_controller, 0, "controller")
90NXAST_ACTION(NXAST_DEC_TTL_CNT_IDS, nx_action_cnt_ids, 1, NULL)
4cceacb9
JS
91NXAST_ACTION(NXAST_WRITE_METADATA, nx_action_write_metadata, 0,
92 "write_metadata")
097d4939
JR
93NXAST_ACTION(NXAST_SET_MPLS_LABEL, nx_action_mpls_label, 0, "set_mpls_label")
94NXAST_ACTION(NXAST_SET_MPLS_TC, nx_action_mpls_tc, 0, "set_mpls_tc")
0f3f3c3d 95NXAST_ACTION(NXAST_SET_MPLS_TTL, nx_action_mpls_ttl, 0, "set_mpls_ttl")
b676167a 96NXAST_ACTION(NXAST_DEC_MPLS_TTL, nx_action_header, 0, "dec_mpls_ttl")
b02475c5
SH
97NXAST_ACTION(NXAST_PUSH_MPLS, nx_action_push_mpls, 0, "push_mpls")
98NXAST_ACTION(NXAST_POP_MPLS, nx_action_pop_mpls, 0, "pop_mpls")
29089a54 99NXAST_ACTION(NXAST_SAMPLE, nx_action_sample, 0, "sample")
d01c980f
BP
100
101#undef OFPAT10_ACTION
102#undef OFPAT11_ACTION
9c4dbc1c 103#undef OFPAT13_ACTION
e23ae585 104#undef NXAST_ACTION