summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_mpls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5416 from mjstapp/re_nhe_pointerDonald Sharp2019-12-041-8/+9
|\
| * lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-7/+8
| * zebra: clean up rib and nhg headersMark Stapp2019-11-211-1/+1
* | zebra: support LSPs with multiple outgoing labelsRenato Westphal2019-11-291-20/+48
|/
* zebra: mpls_ftn_uninstall handle nhg hash label changeStephen Worley2019-11-121-14/+26
* zebra: Use ng pointer in mpls_ftn_uninstallStephen Worley2019-10-251-1/+1
* zebra: Zebra nexthop group re-work checkpatch fixesStephen Worley2019-10-251-1/+1
* zebra: Use nexthop/interface vrf, not the routesStephen Worley2019-10-251-3/+2
* zebra: Create a new NHE if the mpls labels changeStephen Worley2019-10-251-12/+40
* zebra: Replace nexthop_group with pointer in route entryDonald Sharp2019-10-251-6/+6
* zebra: fix mpls ftn uninstallEmanuele Di Pascale2019-09-181-2/+4
* Merge pull request #4949 from opensourcerouting/mpls-zapi-improvementsOlivier Dugeon2019-09-131-10/+108
|\
| * lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal2019-09-101-0/+57
| * zebra: improve cleanup of MPLS labels when zclient disconnectsRenato Westphal2019-09-071-7/+48
| * zebra: identify MPLS FTNs by route type and instanceRenato Westphal2019-09-071-3/+3
* | zebra: add missing case statement in nhlfe2str()Renato Westphal2019-09-071-0/+1
* | zebra: improve the output of "show mpls table"Renato Westphal2019-09-071-28/+38
|/
* zebra: strcat -> strlcatQuentin Young2019-05-291-2/+3
* zebra: generate updates from notificationsMark Stapp2019-05-281-17/+101
* zebra: mpls lsp async notificationsMark Stapp2019-05-281-0/+124
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* zebra: remove vrf LSPs when vrf is deletedMark Stapp2019-05-071-3/+26
* *: remove null check before XFREEQuentin Young2019-02-261-14/+7
* *: Rename backet to bucketTim Bray2019-02-251-9/+9
* zebra: Deletion of a lsp is not a failure eventDonald Sharp2019-02-131-3/+4
* zebra: Remove `struct zebra_t`Donald Sharp2019-01-311-6/+2
* zebra: Move lsp_process_q to zrouterDonald Sharp2019-01-311-10/+10
* zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-1/+2
* 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