summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_label.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Convert remaining string output to our internal typesDonald Sharp2021-03-101-12/+4
* bgpd: release label to labelpool on deregPat Ruddy2021-01-041-1/+4
* bgpd: refactor label allocation codePat Ruddy2021-01-041-102/+89
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-6/+5
* bgpd: Convert inet_ntoa to %pI4/inet_ntopDonatas Abraitis2020-10-181-2/+2
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-231-29/+31
* *: fix format string warningsDavid Lamparter2020-03-291-1/+1
* bgpd: Convert users of `rn->p` to use accessor functionDonald Sharp2020-03-261-9/+7
* bgpd: fix unaligned access to addpath idSantosh P K2020-01-071-1/+2
* bgpd: fix LU label callback crashEmanuele Di Pascale2019-06-241-2/+13
* bgpd: Do not send UPDATE message with maximum-prefixDonatas Abraitis2019-04-241-6/+6
* bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-201-8/+129
* bgpd: Rename various variable names to something more appropriateDonald Sharp2018-10-091-9/+9
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-2/+3
* *: style for EC replacementsQuentin Young2018-09-131-3/+3
* bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young2018-09-131-7/+7
* bgpd: Modify bgp_label to use flog_warnDonald Sharp2018-09-061-2/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-6/+6
* bgpd: implement zlog_ferr facility for enhance error messages in bgpDon Slice2018-08-141-9/+15
* bgpd zebra: element overflow (PVS-Studio)F. Aragon2018-07-021-1/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-11/+11
* bgpd: Clean up peer status checking for a received nlriDonald Sharp2018-03-161-4/+0
* bgpd: carry two MPLS labels in EVPN NLRIsMitesh Kanjariya2018-01-241-3/+3
* bgpd, zebra: Ensure that passed flags is 0 for unregister eventDonald Sharp2017-11-131-1/+6
* bgpd: fix clang warningVincent JARDIN2017-10-081-1/+0
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-1/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-287/+279
* bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp2017-07-121-4/+2
* bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-201-5/+4
* bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-161-20/+31
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* Update to draft-ietf-idr-bgp-prefix-sid-05Daniel Walton2017-04-261-3/+7
* bgpd: Fix labeled-unicast generation and parsing issuesDon Slice2017-04-061-1/+1
* bgpd, lib, zebra: Implement handling of BGP-Prefix-SID label IndexVivek Venkatraman2017-04-061-6/+21
* bgpd: This patch implements the exchange of the BGP-Prefix-SID label index attrVivek Venkatraman2017-04-061-0/+5
* bgpd: labeled unicast processingDon Slice2017-04-061-0/+318