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
/
cmd
/
gobgpd
Age
Commit message (
Expand
)
Author
2019-08-28
Document config API and provide examples
Carl Baldwin
2019-08-28
Pass context through configuration code
Carl Baldwin
2019-08-28
Rename c to currentConfig to follow naming pattern
Carl Baldwin
2019-08-28
Replace for and select with single for range
Carl Baldwin
2019-08-28
Remove loop function
Carl Baldwin
2019-08-28
Move ReadConfigFileOnSighup to gobgpd main
Carl Baldwin
2019-08-28
Remove last remants of internal_cfg
Carl Baldwin
2019-08-28
Switch away from channel for one-off dry run
Carl Baldwin
2019-08-28
Split creation of config reading channel
Carl Baldwin
2019-08-28
Remove a reference to internal
Carl Baldwin
2019-08-28
config -> internal_config
Carl Baldwin
2019-08-28
Factor out stopServer
Carl Baldwin
2019-08-28
Move code to new public config package
Carl Baldwin
2019-08-28
Improve logic around applying configuration
Carl Baldwin
2019-08-28
Extract methods to apply and update config
Carl Baldwin
2019-08-28
Create a clearer line between initial config and updating config
Carl Baldwin
2019-08-28
Factor out helpers for peer group and neighbor config
Carl Baldwin
2019-08-28
Move assignement of current config to the end
Carl Baldwin
2019-08-28
Use newConfig more consistently when apply initial configuration
Carl Baldwin
2019-06-03
Add Versioning support
Emil Palm
2019-05-08
zebra: supporting FRRouting version 7
Hitoshi Irino
2019-05-02
Consolidate duplicate code blocks both updating peer groups
Carl Baldwin
2019-03-25
support BMP sysName and sysDescr configuration
JieJhih Jhang
2019-03-14
cmd/gobgp: use sd_notify protocol to notify the status change to systemd
Robin Douine
2019-03-14
Supporting BGP/MPLS L3VPNs with Frrouting Zebra API 6
Hitoshi Irino
2019-01-27
gobgpd: fix the initial global policy configuration from config file
FUJITA Tomonori
2018-12-23
make the usage of type name in protobuf consistent
FUJITA Tomonori
2018-11-14
Fix Statistics Report in BMP
Eiichiro Watanabe
2018-11-12
Fix intervals for MRT
Eiichiro Watanabe
2018-11-09
make gRPC server private
FUJITA Tomonori
2018-10-28
move NewAPIRoutingPolicyFromConfigStruct() from server/
FUJITA Tomonori
2018-10-28
move NewAPIPolicyAssignmentFromTableStruct() from server/
FUJITA Tomonori
2018-10-28
move exported functions to generate api structs from config struct in server/
FUJITA Tomonori
2018-08-23
policy cleanup
FUJITA Tomonori
2018-08-18
pkg/server: ListPolicyAssignment() returns all assignments by default
FUJITA Tomonori
2018-08-08
rpc cleanup
FUJITA Tomonori
2018-07-08
remove package dependency except for grpc in api/
FUJITA Tomonori
2018-07-07
follow Standard Go Project Layout
FUJITA Tomonori