summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: delay destruction of label poolPhilippe Guibert2018-12-051-0/+3
* bgpd: allow vrf validity and bgp vrf import/export, when zebra is offPhilippe Guibert2018-11-131-2/+8
* *: add empty array of YANG modulesRenato Westphal2018-10-271-1/+5
* lib: introduce new northbound APIRenato Westphal2018-10-271-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco2018-09-181-3/+12
* bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young2018-09-131-1/+1
* bgpd: handle vrf aliases in vty APIPhilippe Guibert2018-08-281-0/+6
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+2
* Merge pull request #2834 from dslicenc/import-vrf-fixesRuss White2018-08-171-0/+16
|\
| * bgpd: issues with vrf imports when switchd or networking restartedDon Slice2018-08-141-0/+16
* | *: rename zlog_fer -> flog_errQuentin Young2018-08-141-1/+1
* | bgpd: Cleanup initialization of bgp_errors.cDonald Sharp2018-08-141-0/+2
* | bgpd: implement zlog_ferr facility for enhance error messages in bgpDon Slice2018-08-141-1/+3
|/
* bgpd: bgp_default may be nullDonald Sharp2018-06-121-1/+2
* bgpd: Fix crash when shutdownDonald Sharp2018-06-121-2/+8
* *: remove -r from daemons except zebraQuentin Young2018-05-211-10/+17
* bgpd: block io thread reads once shutdown has startedLou Berger2018-05-101-0/+2
* bgpd option '-p 0' means do not listen BGP port.kishiguro2018-04-061-2/+4
* bgpd: vpn-vrf route leakingG. Paul Ziemba2018-03-091-0/+6
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-3/+2
* bgpd,ospfd: add sys_admin capabilitiesPhilippe Guibert2018-03-021-1/+1
* bgpd: no need to initialise netns directlyPhilippe Guibert2018-02-271-1/+0
* bgpd: server socket is created for all enabled VRFPhilippe Guibert2018-02-271-0/+2
* bgpd: bgp support for netnsPhilippe Guibert2018-02-271-0/+3
* bgpd: fix compilation issue with bgpdPhilippe Guibert2018-01-221-3/+3
* bgpd: rd_idspace should be freed in bgp_exitMitesh Kanjariya2017-12-151-0/+1
* bgpd: dynamically allocate synchronization primitivesQuentin Young2017-11-301-1/+1
* lib, bgpd: implement pthread lifecycle managementQuentin Young2017-11-301-4/+5
* bgpd: put BGP keepalives in a pthreadQuentin Young2017-11-301-1/+4
* bgpd: move packet writes into dedicated pthreadQuentin Young2017-11-301-0/+4
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* bgpd: skip run as option can be reusedPhilippe Guibert2017-09-251-1/+1
* lib: centralized memstats-at-exitDavid Lamparter2017-08-241-3/+0
* bgpd: don't zprivs_terminate() twiceDavid Lamparter2017-08-211-4/+1
* lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-3/+0
* *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-8/+4
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-3/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-274/+248
* *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-141-0/+1
* bgpd: Make buffer sizes automatically the correct sizeDonald Sharp2017-06-221-6/+0
* bgpd: Fix crash when going downDonald Sharp2017-05-201-1/+1
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-11/+4
|\
| * *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-11/+4
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
|/
* Merge remote-tracking branch 'origin/master' into mpls2Donald Sharp2017-04-261-3/+15
|\
| * bgpd: restore -S, --skip_runas optionsLou Berger2017-04-021-1/+10
| * bgp: fix a couple of instances of bm being used before init'edLou Berger2017-04-021-2/+5
* | bgpd: labeled unicast processingDon Slice2017-04-061-0/+2
|/