]> git.proxmox.com Git - ovs.git/commit - ovn/automake.mk
ovn: Add controller for VTEP gateway.
authorAlex Wang <alexw@nicira.com>
Sat, 4 Jul 2015 04:46:51 +0000 (21:46 -0700)
committerAlex Wang <alexw@nicira.com>
Tue, 11 Aug 2015 02:53:42 +0000 (19:53 -0700)
commit00db2a607a22bc0d09e8a38404f10314c6b2362d
tree8191dca3aef27672c62a4ea52a69b6718135723a
parentcd144a41fda5372645403d5ec2ae4cd1cb695727
ovn: Add controller for VTEP gateway.

This commit lays down the foundation for a new controller in OVN, the
ovn-controller-vtep, for controlling the vtep enabled gateways.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
ovn/automake.mk
ovn/controller-vtep/.gitignore [new file with mode: 0644]
ovn/controller-vtep/automake.mk [new file with mode: 0644]
ovn/controller-vtep/ovn-controller-vtep.8.xml [new file with mode: 0644]
ovn/controller-vtep/ovn-controller-vtep.c [new file with mode: 0644]
ovn/controller-vtep/ovn-controller-vtep.h [new file with mode: 0644]
tests/automake.mk
tests/ovn-controller-vtep.at [new file with mode: 0644]
tests/testsuite.at