summaryrefslogtreecommitdiffhomepage
path: root/config
AgeCommit message (Expand)Author
2016-08-05config: fix compile error on non-linux platformISHIDA Wataru
2016-08-02config: support unnumbered bgp peeringISHIDA Wataru
2016-08-02config: fix error propagatation in default config settingISHIDA Wataru
2016-07-30all logging is done with log.WithFieldsdsp
2016-07-29config: simplify ipv6 link local address peeringISHIDA Wataru
2016-07-29config: curve out code specific to default global config settingISHIDA Wataru
2016-07-29config: curve out code specific to default neighbor config settingISHIDA Wataru
2016-07-20move gRPC-related code for RPKI to grpc_server.goFUJITA Tomonori
2016-07-20remove gRPC dependency from peer.goFUJITA Tomonori
2016-06-01server/config: fix md5ed ipv6 active connectionISHIDA Wataru
2016-05-28config: handle entry's empty nameFUJITA Tomonori
2016-05-28config: fix misuse of pointersFUJITA Tomonori
2016-05-23add collector featureFUJITA Tomonori
2016-05-17zebra: make zebra config consistent with the restsFUJITA Tomonori
2016-05-09server: support afi-safi re-configurationISHIDA Wataru
2016-05-09config: fix ReadConfigfileServe() not to loop endlesslyISHIDA Wataru
2016-04-27config: support reload of AdminDownISHIDA Wataru
2016-04-27config: avoid peer reset when only Config.Description is changedISHIDA Wataru
2016-04-27config: don't take into account State struct in Equal()ISHIDA Wataru
2016-04-27config: make listen config struct aligned with open-config modelISHIDA Wataru
2016-04-27config: make route-target config struct aligned with open-config modelISHIDA Wataru
2016-04-26move NeighborPortNumber config to transport.ConfigFUJITA Tomonori
2016-04-25remove collector mode supportFUJITA Tomonori
2016-04-22config: fix bug of UpdateConfig()ISHIDA Wataru
2016-04-21config: simplify config structuresISHIDA Wataru
2016-04-20server: support route-target constraintISHIDA Wataru
2016-04-20packet: fix encap nlri (add encap ipv6 nlri)ISHIDA Wataru
2016-04-19server: support prefix-limit re-configuration via configuration fileISHIDA Wataru
2016-04-19config: use Equal() instead of reflect.DeepEqual()ISHIDA Wataru
2016-04-19config: generate Equal() methodISHIDA Wataru
2016-04-19config/gobgpd: refactoringISHIDA Wataru
2016-04-12packet: create bmp packageFUJITA Tomonori
2016-04-12packet: create rtr packageFUJITA Tomonori
2016-04-11Add neighbor-port-number to bgp neighbor configYi Tseng
2016-04-10config: add PrefixLimit configuration knob to top-level of AfiSafiISHIDA Wataru
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-03-31*: support draft-ietf-idr-flowspec-l2vpn-03ISHIDA Wataru
2016-03-20server: change mrt config formatFUJITA Tomonori
2016-03-20*: support Opaque SignalingISHIDA Wataru
2016-03-20server: support mrt dump rotation like QuaggaFUJITA Tomonori
2016-03-17cli: enhance global commandISHIDA Wataru
2016-03-17config: fix SetDefaultConfigValues() not to use metadata for global configISHIDA Wataru
2016-03-17config: move Mrt/Bmp configuration outside of Global configurationISHIDA Wataru
2016-03-17server: minor refactoring of zebra related codeISHIDA Wataru
2016-03-16server: move SIGHUP handling to config file reader goroutineFUJITA Tomonori
2016-02-29config/server: support per-peer asnISHIDA Wataru
2016-02-12config: validate when unmarshalling configurationISHIDA Wataru
2016-02-10gobgpd: support graceful-restart restarting-speaker behaviorISHIDA Wataru
2016-02-10config: set default value related to graceful restartISHIDA Wataru
2016-02-06add route collector feature supportFUJITA Tomonori