summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_labelpool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: fix implicit declaration warningEmanuele Di Pascale2019-07-081-0/+1
* bgpd: fix LU label callback crashEmanuele Di Pascale2019-06-241-5/+45
* bgpd: replace label pool fifo with DECLARE_LISTDavid Lamparter2019-04-271-47/+15
* *: remove null check before XFREEQuentin Young2019-02-261-4/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco2018-09-181-0/+6
* *: style for EC replacementsQuentin Young2018-09-131-5/+5
* bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young2018-09-131-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-3/+3
* bgpd: implement zlog_ferr facility for enhance error messages in bgpDon Slice2018-08-141-5/+9
* *: ALLOC calls cannot failDonald Sharp2018-08-111-4/+0
* bgpd: dynamic mpls label poolG. Paul Ziemba2018-04-121-0/+592