summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_mpls_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* zebra: fix wrong check of mpls commandanlan_cs2021-08-191-14/+12
* zebra: mpls validation and static lsp fixesMark Stapp2021-08-121-14/+16
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+5
* bgpd, ospfd, pimd, zebra: Convert more use_json locations to boolDon Slice2018-09-041-2/+2
* zebra: Remove zebra_static.c and .hDonald Sharp2018-07-291-1/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-6/+6
* *: Make code use a consisten definition of labelsDonald Sharp2018-02-091-7/+7
* zebra: remove redundant DEFUNs for labeled static routesRenato Westphal2017-07-281-598/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-400/+405
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-20/+20
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-20/+20
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-22/+22
|/
* *: use vty_outlnQuentin Young2017-06-291-30/+26
* zebra: define mpls label helpstrQuentin Young2017-05-311-64/+32
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* zebra: Fix whitespace issue with if statementDonald Sharp2017-04-151-2/+2
* zebra: Allow explicit-null as a label optionDonald Sharp2017-04-151-2/+10
* bgpd, zebra: Implement BGP Prefix-SID IETF draftVivek Venkatraman2017-04-061-0/+83
* zebra: labeled unicast handlingDon Slice2017-04-061-3/+3
* zebra: static label bindingDon Slice2017-04-061-0/+133
* *: fix ambiguous commandsDavid Lamparter2017-02-101-2/+2
* zebra: support static srcdest routesChristian Franke2017-01-301-16/+16
* zebra: fix segfault on "show mpls table"Renato Westphal2016-12-081-4/+4
* all: Replace "JavaScript Object Notation\n" with JSON_STRQuentin Young2016-11-301-2/+2
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-251-3/+7
|\
| * zebra: Disable mpls slightly differentDonald Sharp2016-10-251-3/+7
| * *: Fix duplicate commands from view/enable node consolidationPaul Jakma2016-10-201-3/+0
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-93/+90
|/
* *: Consistently support 32-bit route tagsChristian Franke2016-10-081-16/+16
* zebra: check at startup if the kernel supports MPLSRenato Westphal2016-09-231-4/+18
* zebra: add explicit-null option for static MPLS LSPsRenato Westphal2016-09-231-2/+8
* zebra: install MPLS CLI commands only if MPLS is enabled.Renato Westphal2016-09-231-0/+861