]> git.proxmox.com Git - mirror_ovs.git/commit
ovn-controller-vtep: Add vtep module.
authorAlex Wang <ee07b291@gmail.com>
Sat, 4 Jul 2015 06:13:24 +0000 (23:13 -0700)
committerAlex Wang <ee07b291@gmail.com>
Tue, 15 Sep 2015 06:27:58 +0000 (06:27 +0000)
commit64ddedae0901457a7f1b074a151a29f6b480e28e
tree3353a222d15589d1c9501e479deac64c234fcf6e
parentb814e50361fc56be522f9cbe544ad06aa68f88c1
ovn-controller-vtep: Add vtep module.

This commit adds the vtep module to ovn-controller-vtep.  The
module will scan through the Port_Binding table in OVN-SB database,
and update the vtep logcial switches tunnel keys.

Signed-off-by: Alex Wang <ee07b291@gmail.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ovn/controller-vtep/automake.mk
ovn/controller-vtep/binding.c
ovn/controller-vtep/gateway.c
ovn/controller-vtep/ovn-controller-vtep.c
ovn/controller-vtep/vtep.c [new file with mode: 0644]
ovn/controller-vtep/vtep.h [new file with mode: 0644]
tests/ovn-controller-vtep.at