summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)Author
2020-11-11fix wrong vrf neighbors displayshao
2020-11-06Adding gRPC support for modified logging levelSteve Shaw
2020-10-20fix #2289: improve regex to give expected resultsThomas Rosenstein
2020-09-25bugfix: fix a panic when delete neighborset (all) by name directlyImcom Jin
2020-02-19add summary command for vrf to cli #2235Pavel Vorontsov
2019-10-06gobgp: fix rpki table printingFUJITA Tomonori
2019-09-01Fix nexhop overwrite with gobgp mrt inject --no-ipv6 --nexthop x.x.x.xAmit Nishry
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-08-06Added CLI option to parser to allow setting MPLSoUDP (mpls-in-udp) as an enca...Peter Hill
2019-07-21Avoid panic by receiving vpnv6 prefixes with zebra reported in issue #2113Hitoshi Irino
2019-06-03Add Versioning supportEmil Palm
2019-05-16Fix cli crash when showing neighbor stats as list.Christoph Heiss
2019-05-08zebra: supporting FRRouting version 7Hitoshi Irino
2019-05-02Consolidate duplicate code blocks both updating peer groupsCarl Baldwin
2019-04-11cmd/gobgp: Parse evpn IPMSI parameterJieJhih Jhang
2019-03-29server: fix ListPath handle UseMultiPath optionFUJITA Tomonori
2019-03-26Use Itoa method instead sprintfJieJhih Jhang
2019-03-25support BMP sysName and sysDescr configurationJieJhih Jhang
2019-03-24cmd/gobgp: fix RPKI result in neighbor policy commandNasato Goto
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-02-18cmd/gobgp: fix non existing neighbor crashFUJITA Tomonori
2019-02-16cmd/gobgp: fix policy printingFUJITA Tomonori
2019-02-12[Fix #1967] Fix print statementThomas Rosenstein
2019-02-08cmd/gobgp: make listing of prefix set identical to version 1.XFUJITA Tomonori
2019-02-08Fix listing of prefix set in gobgp cliThomas Rosenstein
2019-01-27cmd/gobgp: remove in policy debrisFUJITA Tomonori
2019-01-27cmd/gobgp: fix showingglobal policyFUJITA Tomonori
2019-01-27gobgpd: fix the initial global policy configuration from config fileFUJITA Tomonori
2019-01-26gobgp: fix vrf rib command crashFUJITA Tomonori
2019-01-26Add experimental BGP-LS featureArtur Makutunowicz
2019-01-09silence staticcheck warningsFUJITA Tomonori