summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_mpls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-7/+5
* *: reindent pt. 2whitespace / reindent2017-07-171-5/+7
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2286/+2107
* *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-4/+4
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-12/+12
* Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-07-101-1/+1
|\
| * zebra: fix mpls_str2label()Quentin Young2017-07-051-1/+1
* | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-07-051-2/+2
|\|
| * *: update hash_create(), hash_create_size()Quentin Young2017-07-021-2/+2
* | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-301-23/+23
|\|
| * *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-4/+4
| * *: use vty_outlnQuentin Young2017-06-291-23/+23
* | Merge branch 'master' into bgpd-ipv4-plus-label-misc3Daniel Walton2017-06-211-20/+19
|\|
| * zebra: define default segment routing global block valuesDon Slice2017-06-081-20/+19
* | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-161-1/+1
|/
* Merge pull request #647 from qlyoung/zebra-mpls-error-messagesRenato Westphal2017-06-031-25/+40
|\
| * zebra: more informative error messages for mpls labelsQuentin Young2017-05-311-25/+40
* | zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-31/+31
|/
* zebra: Add code to track kernel interactionsDonald Sharp2017-05-181-3/+13
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* zebra: do not crash if zebrad.lsp_process_q is NULLDaniel Walton2017-05-101-5/+15
* zebra: lsp_install() failed due to ZEBRA_FLAG_SELECTED checkDaniel Walton2017-05-101-9/+21
* zebra: Fix crash with dereference of NULL pointerDonald Sharp2017-04-151-0/+3
* bgpd, lib, zebra: Implement handling of BGP-Prefix-SID label IndexVivek Venkatraman2017-04-061-13/+163
* bgpd, zebra: Implement BGP Prefix-SID IETF draftVivek Venkatraman2017-04-061-0/+41
* zebra: labeled unicast handlingDon Slice2017-04-061-34/+350
* zebra: fec registerDon Slice2017-04-061-6/+219
* zebra: static label bindingDon Slice2017-04-061-0/+307
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-4/+4
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-1/+1
* zebra: fix installation of LDP labels on static routesRenato Westphal2017-02-071-5/+9
* zebra_mpls. Set best lsp nhlfe to null on deletionFredi Raspall2016-12-141-0/+3
* zebra/ldpd: allow MPLS ECMP on unnumbered interfacesRenato Westphal2016-12-141-23/+45
* Merge branch '-renato' into stable/2.0David Lamparter2016-12-051-6/+8
|\
| * zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-281-2/+2
| * zebra/lib: plug several memleaksRenato Westphal2016-11-281-4/+6
* | lib: replace strlcpy & strlcat with glibc versionsDavid Lamparter2016-11-151-1/+0
|/
* ldpd: always advertise labels upon receiving a redistributed routeRenato Westphal2016-09-281-2/+4
* use JSON_C_TO_STRING_PRETTY for json_object_to_json_stringDaniel Walton2016-09-281-2/+2
* zebra: check at startup if the kernel supports MPLSRenato Westphal2016-09-231-1/+9
* zebra: add explicit-null option for static MPLS LSPsRenato Westphal2016-09-231-3/+16
* MPLS: ignore hardware restrictions when --enable-cumulus is not given.Renato Westphal2016-09-231-1/+2
* mpls: add support to the OpenBSD kernelRenato Westphal2016-09-231-0/+1
* mpls: add support for LDP LSPsRenato Westphal2016-09-231-180/+306
* MPLS: Configure static routes with labels in Quaggavivek2016-09-231-0/+57
* MPLS: Display enhancements and JSON supportvivek2016-09-231-36/+178
* Quagga: Fix MPLS LSP scheduling to follow nexthop route updatevivek2016-09-231-0/+1
* Quagga: Fix memcmp usage for MPLSvivek2016-09-231-6/+6
* Quagga: Display MPLS label forwarding tablevivek2016-09-231-0/+112
* Quagga: Install label forwarding entries for statically configured LSPsvivek2016-09-231-1/+915