summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_mpls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Fix compile issues introduced by recent commit on newer compilersDonald Sharp2019-01-231-3/+2
* zebra: openbsd LSP update codeMark Stapp2019-01-221-39/+0
* zebra: remove use of sync LSP update apisMark Stapp2019-01-221-1/+1
* zebra: move LSP updates into dataplane subsystemMark Stapp2019-01-221-13/+114
* zebra: add apis to add and delete NHLFEsMark Stapp2019-01-221-0/+23
* bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-201-20/+44
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-2/+2
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* zebra: Create zebra_dplane.c and .hMark Stapp2018-09-201-14/+16
* *: style for EC replacementsQuentin Young2018-09-131-6/+6
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-12/+12
* zebra: flog_warn conversionQuentin Young2018-09-061-3/+6
* bgpd/ospfd: make bgp and ospf json response a bit more consistentDon Slice2018-08-301-2/+2
* Merge pull request #2846 from donaldsharp/backet_dataRuss White2018-08-161-1/+1
|\
| * zebra: Trust backet->dataDonald Sharp2018-08-151-1/+1
* | *: rename zlog_fer -> flog_errQuentin Young2018-08-141-9/+9
* | zebra, lib: error references for zebraQuentin Young2018-08-141-10/+23
|/
* *: ALLOC calls cannot failDonald Sharp2018-08-111-4/+0
* zebra: mpls entry interface lookup adaptation for vrf backendPhilippe Guibert2018-07-101-3/+9
* Merge pull request #2292 from donaldsharp/fixup_sb_stuffRuss White2018-06-081-15/+36
|\
| * zebra: Add `enum dp_req_result` to lsp install/deletesDonald Sharp2018-05-301-10/+31
| * zebra: Rename SOUTHBOUND_XXX to DP_XXXDonald Sharp2018-05-301-5/+5
* | zebra: refactor zserv names, consolidate eventsQuentin Young2018-05-291-2/+2
|/
* zebra: cleanup for zapi_msg.c splitQuentin Young2018-04-231-1/+1
* zebra: use hooks for client lifecycle callbacksQuentin Young2018-04-231-2/+4
* lib, zebra: Move label conversion strings to libDonald Sharp2018-04-181-77/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-19/+19
* zebra: Apply label to all nexthops when neededDonald Sharp2018-03-161-11/+27
* zebra: reorganize zserv, batch i/oQuentin Young2018-03-121-3/+2
* lib: Isolate nexthop_group functions to nexthop_group.cDonald Sharp2018-03-091-6/+6
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-20/+15
* zebra: Use appropriate output function for label printingDonald Sharp2018-02-091-2/+7
* *: Make code use a consisten definition of labelsDonald Sharp2018-02-091-8/+9
* zebra: Cleanup mpls handling to allow a NEXTHOP_TYPE_IFINDEXDonald Sharp2018-02-091-2/+38
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-8/+12
* *: Handle VRF configuration when VRF gets inactivated and activatedvivek2018-01-241-0/+10
* zebra: use zclient_create_headerDonald Sharp2018-01-221-1/+1
* lib, zebra: Rename and place appropriately the label stackDonald Sharp2018-01-221-2/+2
* zebra: Fix route replace flagsDonald Sharp2017-11-291-0/+23
* zebra: Fix lsp add/del from kernel using SETFLAGDonald Sharp2017-11-291-28/+41
* zebra: Install/Update success caused flags to be cleared for lspDonald Sharp2017-11-161-4/+10
* zebra: Move some LSP flag handling to common codeDonald Sharp2017-11-161-1/+19
* zebra: Move clear_nhlfe_installed to calling functionsDonald Sharp2017-10-271-5/+32
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-1/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+2
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-11/+6
* zebra: Fixup indentationDonald Sharp2017-09-111-3/+8
* zebra: Add hash name to mpls hashDonald Sharp2017-09-051-2/+6
* *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-3/+3
* zebra: increase maximum label stack depthRenato Westphal2017-08-221-19/+12