summaryrefslogtreecommitdiffhomepage
path: root/cmd/gobgpd
AgeCommit message (Expand)Author
2019-08-28Document config API and provide examplesCarl Baldwin
2019-08-28Pass context through configuration codeCarl Baldwin
2019-08-28Rename c to currentConfig to follow naming patternCarl Baldwin
2019-08-28Replace for and select with single for rangeCarl Baldwin
2019-08-28Remove loop functionCarl Baldwin
2019-08-28Move ReadConfigFileOnSighup to gobgpd mainCarl Baldwin
2019-08-28Remove last remants of internal_cfgCarl Baldwin
2019-08-28Switch away from channel for one-off dry runCarl Baldwin
2019-08-28Split creation of config reading channelCarl Baldwin
2019-08-28Remove a reference to internalCarl Baldwin
2019-08-28config -> internal_configCarl Baldwin
2019-08-28Factor out stopServerCarl Baldwin
2019-08-28Move code to new public config packageCarl Baldwin
2019-08-28Improve logic around applying configurationCarl Baldwin
2019-08-28Extract methods to apply and update configCarl Baldwin
2019-08-28Create a clearer line between initial config and updating configCarl Baldwin
2019-08-28Factor out helpers for peer group and neighbor configCarl Baldwin
2019-08-28Move assignement of current config to the endCarl Baldwin
2019-08-28Use newConfig more consistently when apply initial configurationCarl Baldwin
2019-06-03Add Versioning supportEmil Palm
2019-05-08zebra: supporting FRRouting version 7Hitoshi Irino
2019-05-02Consolidate duplicate code blocks both updating peer groupsCarl Baldwin
2019-03-25support BMP sysName and sysDescr configurationJieJhih Jhang
2019-03-14cmd/gobgp: use sd_notify protocol to notify the status change to systemdRobin Douine
2019-03-14Supporting BGP/MPLS L3VPNs with Frrouting Zebra API 6Hitoshi Irino
2019-01-27gobgpd: fix the initial global policy configuration from config fileFUJITA Tomonori
2018-12-23make the usage of type name in protobuf consistentFUJITA Tomonori
2018-11-14Fix Statistics Report in BMPEiichiro Watanabe
2018-11-12Fix intervals for MRTEiichiro Watanabe
2018-11-09make gRPC server privateFUJITA Tomonori
2018-10-28move NewAPIRoutingPolicyFromConfigStruct() from server/FUJITA Tomonori
2018-10-28move NewAPIPolicyAssignmentFromTableStruct() from server/FUJITA Tomonori
2018-10-28move exported functions to generate api structs from config struct in server/FUJITA Tomonori
2018-08-23policy cleanupFUJITA Tomonori
2018-08-18pkg/server: ListPolicyAssignment() returns all assignments by defaultFUJITA Tomonori
2018-08-08rpc cleanupFUJITA Tomonori
2018-07-08remove package dependency except for grpc in api/FUJITA Tomonori
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori