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
Age
Commit message (
Expand
)
Author
2015-03-11
config: add routing-policy containers
Hiroshi Yokoi
2015-03-11
table: IPv4_VPN route family
Yuji Oshima
2015-03-10
server: add helper function to send paths to siblings
FUJITA Tomonori
2015-03-10
table: use github.com/tchap/go-patricia/patricia instead of our fork
FUJITA Tomonori
2015-03-09
scenario_test: specify address-family in the URL to get local-rib
Hiroshi Yokoi
2015-03-09
server: handle the route family configuration mismatch with peer
FUJITA Tomonori
2015-03-08
server: adj-in/out supports route families rather than v4/v6
FUJITA Tomonori
2015-03-08
server: support multiple route familes per peer
FUJITA Tomonori
2015-03-07
rest: support show table with specified route family
FUJITA Tomonori
2015-03-07
rest: clean up request handling
FUJITA Tomonori
2015-03-06
server: remove rf in ServerMsg
FUJITA Tomonori
2015-03-06
table: NewTableManager takes route families
FUJITA Tomonori
2015-03-06
server: check route refresh afi and safi
FUJITA Tomonori
2015-03-06
table: remove RF from PeerInfo
FUJITA Tomonori
2015-03-05
config: validate route family configuraiton
FUJITA Tomonori
2015-03-05
tools: update example_toml.go for route family configuraiton
FUJITA Tomonori
2015-03-05
scenario_test: remove the template configuration file of gobgp and quagga to ...
Naoto Hanaue
2015-03-05
scenario_test: change generated by the program the configuration file of malf...
Naoto Hanaue
2015-03-04
config: fix attribute name
Hiroshi Yokoi
2015-03-04
scenario_test: update neighbor configuration
Hiroshi Yokoi
2015-03-03
config: make a field name same to its type name
Hiroshi Yokoi
2015-03-03
utils: remove ordered dict library
FUJITA Tomonori
2015-03-03
tools: cosmetic fixes for README for yang plugin
FUJITA Tomonori
2015-03-03
tools: add README for yang plugin
FUJITA Tomonori
2015-03-03
update the whole code for the latest openconfig yang files
FUJITA Tomonori
2015-03-03
tools: remove yang files
FUJITA Tomonori
2015-03-03
tools: update pyang plugin for the change of the yang file's name
FUJITA Tomonori
2015-03-03
pyang_plugin: remove unused codes
Hiroshi Yokoi
2015-03-03
config: skip identity and use string as the data type
Hiroshi Yokoi
2015-03-03
pyang_plugin: use struct embedding if it's a child container.
Hiroshi Yokoi
2015-03-03
config: remove time.Time in BgpNeighborCommonStateType
FUJITA Tomonori
2015-03-03
config: remove starttime in BgpGlobalStateType struct
FUJITA Tomonori
2015-02-27
server: implement softresetin and softreset
FUJITA Tomonori
2015-02-27
server: log warning when RouteRefresh but the capability wasn't advertised
FUJITA Tomonori
2015-02-27
server: handle ROUTE_REFRESH only when the capability is advertized
FUJITA Tomonori
2015-02-25
scenario_test: add --gobgp-log-debug option
Hiroshi Yokoi
2015-02-25
config: set default config value only when not specified
FUJITA Tomonori
2015-02-25
server: avoid duplicated logging (debug and warning) for notification message
FUJITA Tomonori
2015-02-25
server: warning when sending notification message
FUJITA Tomonori
2015-02-25
server: handle closed passiveConnCh channel
FUJITA Tomonori
2015-02-24
table: also sort adj-rib tables when marshaling as well as local-rib
ISHIDA Wataru
2015-02-24
cli: pretty up State printing
FUJITA Tomonori
2015-02-24
cli: pretty up Up/Down printing
FUJITA Tomonori
2015-02-24
cli: show error if unsupported command is specified
FUJITA Tomonori
2015-02-18
table: use forked go-patricia
FUJITA Tomonori
2015-02-18
server: clean up zero holdtime
FUJITA Tomonori
2015-02-17
peer: support hold time 0
Hiroshi Yokoi
2015-02-17
scenario_test: add malformed test pattern
Naoto Hanaue
2015-02-16
scenario_test: add retry routine in each test
Naoto Hanaue
2015-02-16
scenario_test: fix to restart the quagga after the docker container has becom...
Naoto Hanaue
[next]