summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls.c
AgeCommit message (Expand)Author
2020-04-20*: sprintf -> snprintfQuentin Young
2020-03-27zebra,lib: use const in more apisMark Stapp
2020-03-02zebra: add a free api for LSPsMark Stapp
2020-02-27zebra: Embed lib nexthop-group in zebra hash entryMark Stapp
2020-02-13*: Remove break after returnDonatas Abraitis
2019-12-04Merge pull request #5416 from mjstapp/re_nhe_pointerDonald Sharp
2019-12-04lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp
2019-11-29zebra: support LSPs with multiple outgoing labelsRenato Westphal
2019-11-21zebra: clean up rib and nhg headersMark Stapp
2019-11-12zebra: mpls_ftn_uninstall handle nhg hash label changeStephen Worley
2019-10-25zebra: Use ng pointer in mpls_ftn_uninstallStephen Worley
2019-10-25zebra: Zebra nexthop group re-work checkpatch fixesStephen Worley
2019-10-25zebra: Use nexthop/interface vrf, not the routesStephen Worley
2019-10-25zebra: Create a new NHE if the mpls labels changeStephen Worley
2019-10-25zebra: Replace nexthop_group with pointer in route entryDonald Sharp
2019-09-18zebra: fix mpls ftn uninstallEmanuele Di Pascale
2019-09-13Merge pull request #4949 from opensourcerouting/mpls-zapi-improvementsOlivier Dugeon
2019-09-10lib, zebra: add new MPLS zapi message with route replace semanticsRenato Westphal
2019-09-06zebra: improve cleanup of MPLS labels when zclient disconnectsRenato Westphal
2019-09-06zebra: identify MPLS FTNs by route type and instanceRenato Westphal
2019-09-06zebra: add missing case statement in nhlfe2str()Renato Westphal
2019-09-06zebra: improve the output of "show mpls table"Renato Westphal
2019-05-29zebra: strcat -> strlcatQuentin Young
2019-05-28zebra: generate updates from notificationsMark Stapp
2019-05-28zebra: mpls lsp async notificationsMark Stapp
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-05-07zebra: remove vrf LSPs when vrf is deletedMark Stapp
2019-02-25*: remove null check before XFREEQuentin Young
2019-02-25*: Rename backet to bucketTim Bray
2019-02-13zebra: Deletion of a lsp is not a failure eventDonald Sharp
2019-01-31zebra: Remove `struct zebra_t`Donald Sharp
2019-01-31zebra: Move lsp_process_q to zrouterDonald Sharp
2019-01-31zebra: Move the master thread handler to the zrouter structureDonald Sharp
2019-01-22zebra: Fix compile issues introduced by recent commit on newer compilersDonald Sharp
2019-01-22zebra: openbsd LSP update codeMark Stapp
2019-01-22zebra: remove use of sync LSP update apisMark Stapp
2019-01-22zebra: move LSP updates into dataplane subsystemMark Stapp
2019-01-22zebra: add apis to add and delete NHLFEsMark Stapp
2018-12-20bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-19zebra: Create zebra_dplane.c and .hMark Stapp
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young
2018-09-06zebra: flog_warn conversionQuentin Young
2018-08-30bgpd/ospfd: make bgp and ospf json response a bit more consistentDon Slice
2018-08-16Merge pull request #2846 from donaldsharp/backet_dataRuss White
2018-08-15zebra: Trust backet->dataDonald Sharp
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14zebra, lib: error references for zebraQuentin Young