X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-api%2Fsrc%2Fmain%2Fyang%2Fopenflow-action.yang;h=3f1168bd75799efbf48c55de3080efb5d14eb372;hb=d85c80c60aedb20c472dda502e8ffcaa6a5669d0;hp=5205fc5d19dc84ae5d269adce6ce10eed066a808;hpb=a05ed1406ca28056c6c91525f590117c3ca4a8c6;p=openflowjava.git diff --git a/openflow-protocol-api/src/main/yang/openflow-action.yang b/openflow-protocol-api/src/main/yang/openflow-action.yang index 5205fc5d..3f1168bd 100644 --- a/openflow-protocol-api/src/main/yang/openflow-action.yang +++ b/openflow-protocol-api/src/main/yang/openflow-action.yang @@ -17,7 +17,7 @@ } identity output { - description " Output to switch port. "; + description " Output to switch port. (both OF v1.0 and v1.3)"; base oft:action; } identity copy_ttl_out { @@ -104,47 +104,47 @@ // OF1.0 structures identity set_vlan_vid { - description ""; + description "Set the 802.1q VLAN id (OF v1.0)."; base oft:action; } identity set_vlan_pcp { - description ""; + description "Set the 802.1q priority (OF v1.0)."; base oft:action; } identity strip_vlan { - description ""; + description "Strip the 802.1q header (OF v1.0)."; base oft:action; } identity set_dl_src { - description ""; + description "Ethernet source address (OF v1.0)."; base oft:action; } identity set_dl_dst { - description ""; + description "Ethernet destination address (OF v1.0)."; base oft:action; } identity set_nw_src { - description ""; + description "IP source address (OF v1.0)."; base oft:action; } identity set_nw_dst { - description ""; + description "IP destination address (OF v1.0)."; base oft:action; } identity set_nw_tos { - description ""; + description "IP ToS (DSCP field, 6 bits) (OF v1.0)."; base oft:action; } identity set_tp_src { - description ""; + description "TCP/UDP source port (OF v1.0)."; base oft:action; } identity set_tp_dst { - description ""; + description "TCP/UDP destination port (OF v1.0)."; base oft:action; } identity enqueue { - description ""; + description "Output to queue (OF v1.0)."; base oft:action; }