summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_mpls.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: move LSP updates into dataplane subsystemMark Stapp2019-01-221-0/+8
* zebra: add apis to add and delete NHLFEsMark Stapp2019-01-221-0/+11
* bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-201-9/+2
* bgpd/ospfd: make bgp and ospf json response a bit more consistentDon Slice2018-08-301-2/+2
* zebra: use hooks for client lifecycle callbacksQuentin Young2018-04-231-6/+0
* lib, zebra: Move label conversion strings to libDonald Sharp2018-04-181-12/+0
* lib, zebra: Move help string to appropriate headerDonald Sharp2018-04-181-4/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-16/+16
* lib, sharpd, zebra: Add new enum for lsp type and pass it through.Donald Sharp2018-02-091-3/+34
* Merge pull request #1654 from mkanjari/evpn-symm-routing-enhancementsPhilippe Guibert2018-02-081-0/+7
|\
| * *: Handle VRF configuration when VRF gets inactivated and activatedvivek2018-01-241-0/+7
* | OSPFD: Update Segment Routing following reviewsOlivier Dugeon2018-01-221-1/+1
* | OSPFD: Add Experimental Segment Routing supportOlivier Dugeon2018-01-181-0/+10
|/
* zebra: install MPLS LSPs with appropriate protocol typeRenato Westphal2017-09-211-0/+18
* zebra: fix administrative distance issuesRenato Westphal2017-09-121-3/+9
* zapi: add support for routes with multiple labelsRenato Westphal2017-08-231-2/+0
* zebra: increase maximum label stack depthRenato Westphal2017-08-221-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-200/+163
* Merge pull request #647 from qlyoung/zebra-mpls-error-messagesRenato Westphal2017-06-031-0/+2
|\
| * zebra: define mpls label helpstrQuentin Young2017-05-311-0/+2
* | zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-011-4/+4
|/
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* zebra: lsp_install() failed due to ZEBRA_FLAG_SELECTED checkDaniel Walton2017-05-101-1/+1
* bgpd, lib, zebra: Implement handling of BGP-Prefix-SID label IndexVivek Venkatraman2017-04-061-1/+10
* bgpd, zebra: Implement BGP Prefix-SID IETF draftVivek Venkatraman2017-04-061-0/+19
* zebra: labeled unicast handlingDon Slice2017-04-061-6/+23
* zebra: fec registerDon Slice2017-04-061-2/+30
* zebra: static label bindingDon Slice2017-04-061-0/+63
* zebra/ldpd: allow MPLS ECMP on unnumbered interfacesRenato Westphal2016-12-141-1/+2
* zebra: check at startup if the kernel supports MPLSRenato Westphal2016-09-231-0/+9
* MPLS: ignore hardware restrictions when --enable-cumulus is not given.Renato Westphal2016-09-231-0/+2
* mpls: add support for LDP LSPsRenato Westphal2016-09-231-8/+44
* MPLS: Configure static routes with labels in Quaggavivek2016-09-231-0/+16
* MPLS: Display enhancements and JSON supportvivek2016-09-231-2/+4
* Quagga: Fix MPLS LSP scheduling to follow nexthop route updatevivek2016-09-231-0/+28
* Quagga: Display MPLS label forwarding tablevivek2016-09-231-0/+26
* Quagga: Install label forwarding entries for statically configured LSPsvivek2016-09-231-0/+46
* Quagga: Static LSP configurationvivek2016-09-231-0/+56
* Quagga: Definitions for static LSPsvivek2016-09-231-0/+155