Files
osrg-gobgp/openswitch
ISHIDA Wataru 23c9b35acf *: initial openswitch integration support
this patch enables the configuration below via ovsdb
- addition of router
- addition/deletion of neighbor

from vtysh of openswitch

switch# conf t
switch# router bgp 65000
switch# bgp router-id 10.10.10.10
switch# neighbor 192.168.10.1 remote-as 65001
switch# neighbor 192.168.10.2 remote-as 65002
switch# no neighbor 192.168.10.1

Signed-off-by: ISHIDA Wataru <[email protected]>
2015-11-01 14:08:38 +00:00
..