Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-27 | ops: fix and integration the attribute name that indicates the route ↵ | Naoto Hanaue | |
received from an external resource | |||
2016-02-19 | ops: maintenance of two-way route exchange | Naoto Hanaue | |
2016-02-19 | ops: add feature that delete gobgp route | Naoto Hanaue | |
2016-02-19 | ops: add feature that insert ops route to gobgp | Naoto Hanaue | |
2016-02-19 | ops: add feature that delete ops route | Naoto Hanaue | |
2016-02-19 | ops: add feature that insert gobgp route to ops | Naoto Hanaue | |
2016-02-19 | ops: add feature that monitoring route of gobgp | Naoto Hanaue | |
2016-02-19 | ops: rename struct and receiver | Naoto Hanaue | |
2015-11-24 | ops: replace code.google.com/p/go-uuid/uuid | FUJITA Tomonori | |
Seems that code.google.com/p/go-uuid/uuid will not be maintained. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-11-01 | *: initial openswitch integration support | ISHIDA Wataru | |
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 <ishida.wataru@lab.ntt.co.jp> |