summaryrefslogtreecommitdiffhomepage
path: root/config
AgeCommit message (Expand)Author
2016-02-06add route collector feature supportFUJITA Tomonori
2016-02-04server: add support specifying addresses to listenISHIDA Wataru
2016-01-25config: remove hard-coded default address familyISHIDA Wataru
2016-01-25config: add openconfig identity structs in bgp_configs.goISHIDA Wataru
2016-01-25config: add go type of embeded enums defined in openconfigISHIDA Wataru
2016-01-09bmp: use watcher infra to implement bmp featureISHIDA Wataru
2016-01-09config: refactor config structureISHIDA Wataru
2016-01-09config: add DO NOT EDIT warningISHIDA Wataru
2016-01-09config: remove unnecessary augmentISHIDA Wataru
2016-01-09config: we don't need to modify origin PeerType nameISHIDA Wataru
2016-01-09config: remove redundant definition in gobgp.yangISHIDA Wataru
2016-01-09config: add FromInt() method to config typedefISHIDA Wataru
2016-01-09config: catch up with the latest openconfigISHIDA Wataru
2016-01-09config: change enum value type to string for ease of configurationISHIDA Wataru
2016-01-09tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yangISHIDA Wataru
2015-12-30config: set default bmp port when bmp port is not configuredISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-12-21*: add global listen port configurationISHIDA Wataru
2015-12-16bmp: support post-policy routing monitoringFUJITA Tomonori
2015-12-02make adj-rib implementation more clear and efficientISHIDA Wataru
2015-11-09server: call ValidateUpdateMsg() in fsm instead of peerFUJITA Tomonori
2015-11-08server: add rfmap to fsm tooFUJITA Tomonori
2015-11-08table: fix local-pref handling for external peerISHIDA Wataru
2015-10-06add log messages at bootupFUJITA Tomonori
2015-09-25config: add zebra redistribution configurationISHIDA Wataru
2015-09-25config: add mpls label range configurationISHIDA Wataru
2015-09-17config: add zebra configurationHiroshi Yokoi
2015-09-16packet: support draft-ietf-idr-flow-spec-v6-06ISHIDA Wataru
2015-09-13Add bmp supportFUJITA Tomonori
2015-09-08server: add mrt bgp4mp supportFUJITA Tomonori
2015-08-19config file support rpki configurationFUJITA Tomonori
2015-08-13config: add rpki configurationNaoto Hanaue
2015-08-12config: fix peer type detectionFUJITA Tomonori
2015-08-12rpki: don't show validation result if rpki disabledFUJITA Tomonori
2015-08-12bgp/cli: support flowspec (RFC5575)ISHIDA Wataru
2015-08-11config: add structure to be used in the match of the validation result of rpkiNaoto Hanaue
2015-08-11config: cancel as-path-set-memberHiroshi Yokoi
2015-08-11config: insert gobgp-specific elements with augment statements defined in gob...Hiroshi Yokoi
2015-08-11config: rename distributed-policy to in-policyNaoto Hanaue
2015-08-08config: add the structure that holds the state of administrator operatingNaoto Hanaue
2015-08-06config: don't crash when failing to reload config fileFUJITA Tomonori
2015-08-05config: change type of Prefix in the PrefixSetNaoto Hanaue
2015-08-05fix policy dynamic updateFUJITA Tomonori
2015-08-05config: change the structure of Neighbor.RouteServer as the Neighbor.RouteRef...Naoto Hanaue
2015-08-05config: change the structure of AsPathSet, CommunitySet and ExtCommunitySet a...Naoto Hanaue
2015-07-31config: use the latest openconfig yangHiroshi Yokoi
2015-07-11policy: support aspath prepend actionHiroshi Yokoi
2015-07-05server/cli: support add/delete vpnv4/vpnv6 routesISHIDA Wataru
2015-07-01policy: distribute policyHiroshi Yokoi