index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
lib
/
gobgp.py
Age
Commit message (
Expand
)
Author
2017-09-14
test/lib/gobgp,quagga: Adopt to Debian 9 based osrg/quagga:v1.0
IWASE Yusuke
2017-09-14
test/lib/gobgp: Add shared volume for Quagga
IWASE Yusuke
2017-07-30
test/lib/gobgp: Get community/identifier via get_*_rib()
IWASE Yusuke
2017-07-30
test/lib/gobgp: Add route with identifier and community
IWASE Yusuke
2017-07-30
test/lib/gobgp: Enable GoBGPContainer to del a route
IWASE Yusuke
2017-07-05
test: add addpath_test.py
ISHIDA Wataru
2017-05-10
*: support replace-peer-as (aka as-override)
Wataru Ishida
2017-05-10
*: support remove private as
Wataru Ishida
2017-05-09
server: ignore routes when local AS is in AS_PATH
ISHIDA Wataru
2017-04-18
Revert "test/lib/gobgp: Use local GoBGP executables in contaier"
FUJITA Tomonori
2017-04-17
test/lib/gobgp: Use local GoBGP executables in contaier
IWASE Yusuke
2017-04-04
test: add test for unnumbered bgp feature
ISHIDA Wataru
2017-03-17
scenario_test: Enable to start OSPFd in GoBGP container
IWASE Yusuke
2017-03-16
test/lib: Enable to disply name of config file
IWASE Yusuke
2017-03-16
test/lib: pep8 and pylint improvements
IWASE Yusuke
2016-11-14
cli: use client library
Wataru Ishida
2016-11-14
policy: fix bug of policy with multiple statements
Wataru Ishida
2016-11-04
support neighbor belongs to VRF
Wataru Ishida
2016-10-09
*: support long lived graceful restart
Wataru Ishida
2016-10-04
test: add test for vrf route injecting
Wataru Ishida
2016-10-03
test: add scenario test for zapi v3
Wataru Ishida
2016-08-25
api/cli: kill cmd package custom path/destination structs
Wataru Ishida
2016-08-15
test: execute gobgp monitor on docker host
ISHIDA Wataru
2016-06-06
server: support injecting multipath to zebra
ISHIDA Wataru
2016-06-01
server: fix active connection regression
ISHIDA Wataru
2016-06-01
server: support peering with ipv6 link local address
ISHIDA Wataru
2016-05-25
policy: add local-pref action
ISHIDA Wataru
2016-05-17
zebra: make zebra config consistent with the rests
FUJITA Tomonori
2016-05-14
test: enhance route server test
ISHIDA Wataru
2016-05-12
test/gobgp: add RawGoBGPContainer for test with raw gobgp config
ISHIDA Wataru
2016-04-27
config: make route-target config struct aligned with open-config model
ISHIDA Wataru
2016-04-24
test: add BGPContainer.define_policy() and BGPContainer.assign_policy()
ISHIDA Wataru
2016-04-24
test/gobgp: enhance policy configuration
ISHIDA Wataru
2016-04-21
config: simplify config structures
ISHIDA Wataru
2016-04-21
table: use received time as tie-breaker
ISHIDA Wataru
2016-04-20
server: support route-target constraint
ISHIDA Wataru
2016-04-10
server: support prefix-limit
ISHIDA Wataru
2016-04-05
server: add missing broadcastBests when dropping peer's routes
ISHIDA Wataru
2016-02-29
config/server: support per-peer asn
ISHIDA Wataru
2016-02-10
test: add graceful restart test
ISHIDA Wataru
2016-01-09
config: refactor config structure
ISHIDA Wataru
2016-01-09
config: change enum value type to string for ease of configuration
ISHIDA Wataru
2016-01-09
tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yang
ISHIDA Wataru
2016-01-04
test: set connect-retry-timer to 10 to finish scenario test faster
ISHIDA Wataru
2015-12-28
config: make config/state variable name simple
ISHIDA Wataru
2015-11-11
move lib to parent directory
ISHIDA Wataru