summaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/config
AgeCommit message (Expand)Author
2020-11-29Support of FRR7.5Hitoshi Irino
2020-11-25code changesSerguei Bezverkhi
2020-11-09server: fix conversion from api.RouteAction to config.DefaultPolicyTypeFUJITA Tomonori
2020-11-07config: fix Peer Group AddPath ConfigFUJITA Tomonori
2020-07-26zebra: refactoring and fix bug and add processing messageBackupNexthop (added...Hitoshi Irino
2020-04-26Refactoring Zebra and supporting frr7.3Hitoshi Irino
2020-01-13Supporting FRR7.2Hitoshi Irino
2019-11-01config: peer groups support ebgp multihopFaicker Mo
2019-10-26avoid installing routes with originator ID to global when softresetinFUJITA Tomonori
2019-10-21server: speed up session establishmentFUJITA Tomonori
2019-10-18need to reset session when gr config is changedFUJITA Tomonori
2019-08-28Move ReadConfigFileOnSighup to gobgpd mainCarl Baldwin
2019-08-28Allow simple one-shot reading of the config fileCarl Baldwin
2019-08-21Support connecting zebra of cumulus linuxHitoshi Irino
2019-07-26fix PeerGroup AFI handlingFUJITA Tomonori
2019-07-21Avoid panic by receiving vpnv6 prefixes with zebra reported in issue #2113Hitoshi Irino
2019-07-12use tha standard comment for machine-generated filesFUJITA Tomonori
2019-07-02BGP connection on a speecified interface (including which is associated VRF) ...Hitoshi Irino
2019-05-08zebra: supporting FRRouting version 7Hitoshi Irino
2019-04-02add secondary-route feature for router serverFUJITA Tomonori
2019-03-25support BMP sysName and sysDescr configurationJieJhih Jhang
2019-03-16Fixed typoszabio3
2019-03-14Supporting BGP/MPLS L3VPNs with Frrouting Zebra API 6Hitoshi Irino
2019-01-26Add experimental BGP-LS featureArtur Makutunowicz
2019-01-09silence staticcheck warningsFUJITA Tomonori
2018-12-30zebra: Introducing MIN_ZAPIVER and MAX_ZAPIVER. And avoiding double close cha...Hitoshi Irino
2018-12-28fix bmp statisticsFUJITA Tomonori
2018-12-23make the usage of type name in protobuf consistentFUJITA Tomonori
2018-12-19server: use Dialer Control method instead of hack to modify connection before...FUJITA Tomonori
2018-11-26support received, accepted, and advertised counters per familyFUJITA Tomonori
2018-11-25api: remove AddPaths from Peer and PeerGroupFUJITA Tomonori
2018-11-25api: move RouterId to PeerState from PeerConfFUJITA Tomonori
2018-11-23api: move remote_cap and local_cap to PeerState from PeerConfFUJITA Tomonori
2018-11-16use google/protobuf/timestamp.protoFUJITA Tomonori
2018-11-12Support AdminDown from configEiichiro Watanabe
2018-11-07api: fix regression that match set option has no default valueoc
2018-10-28move NewAPIRoutingPolicyFromConfigStruct() from server/FUJITA Tomonori
2018-10-28move exported functions to generate api structs from config struct in server/FUJITA Tomonori
2018-10-21Supporting Zebra API version 6 which is used in FRRouting version 6Hitoshi Irino
2018-08-18ZAPI5 (FRRouting version 5) supportHitoshi Irino
2018-07-24fix unittest warnings with go tipFUJITA Tomonori
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori