]> git.proxmox.com Git - mirror_ovs.git/commit
lib: Separate versioning to its own module.
authorJarno Rajahalme <jarno@ovn.org>
Fri, 29 Jul 2016 23:52:01 +0000 (16:52 -0700)
committerJarno Rajahalme <jarno@ovn.org>
Fri, 29 Jul 2016 23:52:01 +0000 (16:52 -0700)
commit44e0c35d981d416d56021e6409dde300148be4cf
treefd90c011b16497cf076ecfb6d1a16084751d8b79
parentc5f346a55f2e9050ea172dbb71d63a0d5121ce11
lib: Separate versioning to its own module.

Separate rule versioning to lib/versions.h to make it easier to use
versioning for other data types.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
15 files changed:
lib/automake.mk
lib/classifier-private.h
lib/classifier.c
lib/classifier.h
lib/ovs-router.c
lib/tnl-ports.c
lib/versions.h [new file with mode: 0644]
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto-dpif.h
ofproto/ofproto-provider.h
ofproto/ofproto.c
tests/test-classifier.c
tests/test-ovn.c
utilities/ovs-ofctl.c