geneve-map-rename: rename geneve-map to tlv-map.
authorMengke Liu <mengke.liu@intel.com>
Tue, 15 Dec 2015 18:47:50 +0000 (02:47 +0800)
committerJesse Gross <jesse@kernel.org>
Tue, 15 Dec 2015 21:06:11 +0000 (13:06 -0800)
commit4e548ad9e60f8248090a467fefcc58da5f298c96
tree6a3becb2d557b741e23cca80926a6aeb74fe5de4
parentaa68cf38e14d159ae3fef061765d7986b7376f6e
geneve-map-rename: rename geneve-map to tlv-map.

This patch renames the command name related with geneve-map to a more
generic name as following:
add-geneve-map -> add-tlv-map
del-geneve-map -> del-tlv-map
dump-geneve-map -> dump-tlv-map

It also renames the Geneve_table to tlv_table.

By doing this renaming, the NSH variable context header (the same TLV
format as Geneve) or other protocol can reuse the field tun_metadata<N>
in the future.

Signed-off-by: Mengke Liu <mengke.liu@intel.com>
Signed-off-by: Ricky Li <ricky.li@intel.com>
Signed-off-by: Jesse Gross <jesse@kernel.org>
22 files changed:
include/openflow/nicira-ext.h
lib/dpif-netdev.c
lib/geneve.h
lib/learning-switch.c
lib/meta-flow.h
lib/ofp-errors.h
lib/ofp-msgs.h
lib/ofp-parse.c
lib/ofp-parse.h
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
lib/rconn.c
lib/tun-metadata.c
lib/tun-metadata.h
ofproto/ofproto.c
ovn/controller/ofctrl.c
tests/tunnel-push-pop-ipv6.at
tests/tunnel-push-pop.at
tests/tunnel.at
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c