]> git.proxmox.com Git - ovs.git/commit
ofp-util: New data structure for mapping between table names and numbers.
authorBen Pfaff <blp@ovn.org>
Mon, 1 Jan 2018 23:04:52 +0000 (15:04 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 31 Jan 2018 19:37:56 +0000 (11:37 -0800)
commita203f653b1a6a2544603be00966b8d4731d91b69
treefb4a12a259844252e1b6fd398b6c6c6383e2a175
parentefefbcae0119b1a9d224e80ca39040c6aed58246
ofp-util: New data structure for mapping between table names and numbers.

This shares the infrastructure for mapping port names and numbers.  It will
be used in an upcoming commit.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
include/openvswitch/ofp-util.h
lib/ofp-util.c