summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_pw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Fix crash in pw codeDonald Sharp2024-10-091-2/+4
* zebra: Do not retry in 30 seconds on pw reachability failureDonald Sharp2024-10-081-1/+8
* zebra: Move pw status settting until after we get resultsDonald Sharp2024-10-081-5/+21
* zebra: Properly unregister hook on shutdownDonald Sharp2023-12-111-4/+14
* zebra: remove unnecessary check for default vrfanlan_cs2023-07-121-12/+0
* zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp2023-03-281-6/+6
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-2/+2
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-15/+1
* zebra: Fix crash in shutdown w/ pw thread still runningDonald Sharp2022-08-111-3/+4
* zebra: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-211-2/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-4/+2
* zebra: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-3/+1
* *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+1
* zebra: revise pw reachability logicMark Stapp2021-06-111-13/+111
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* *: unify thread/event cancel macrosMark Stapp2020-10-231-2/+2
* Merge pull request #6765 from mjstapp/backup_nhg_netlinkRenato Westphal2020-07-271-29/+75
|\
| * zebra: include backup nexthops for pseudowiresMark Stapp2020-07-201-29/+75
* | *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
|/
* zebra: add fib nhg for backups, revise apiMark Stapp2020-07-071-2/+2
* Merge pull request #6471 from volta-networks/fix_zebra_register_rnh_pseudowireDonald Sharp2020-06-111-3/+6
|\
| * zebra: Every time zebra receives a ZEBRA_PW_SET, zebra should evaluate nhKaren Schoener2020-06-031-3/+6
* | ldpd: Relay data plane pseudowire status in LDP notificationKaren Schoener2020-06-011-13/+14
|/
* ldpd and Zebra: Expand existing debug commands.lynne2020-05-111-0/+152
* zebra: fix zebra pseudowire manager NHTKaren Schoener2020-04-281-4/+4
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: move CLI parent data to cmd_node->parent_nodeDavid 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/+3
* zebra: Embed lib nexthop-group in zebra hash entryMark Stapp2020-02-271-1/+1
* lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-1/+1
* zebra: Replace nexthop_group with pointer in route entryDonald Sharp2019-10-251-1/+1
* zebra: pseudowire event recovery (DoS fix)F. Aragon2019-04-101-0/+1
* Merge pull request #3684 from mjstapp/dplane_pwDonald Sharp2019-02-061-3/+6
|\
| * zebra: convert PW updates to async dataplaneMark Stapp2019-01-251-3/+6
* | zebra: Remove `struct zebra_t`Donald Sharp2019-01-311-2/+0
* | zebra: Move the master thread handler to the zrouter structureDonald Sharp2019-01-311-2/+2
|/
* zebra: flog_warn conversionQuentin Young2018-09-061-4/+4
* zebra: fix "no pseudowire IFNAME" on vtyshRenato Westphal2018-08-131-10/+35
* zebra: refactor zserv names, consolidate eventsQuentin Young2018-05-291-1/+1
* zebra: cleanup for zapi_msg.c splitQuentin Young2018-04-231-1/+1
* zebra: use hooks for client lifecycle callbacksQuentin Young2018-04-231-1/+5
* zebra: clean up zapi organizationQuentin Young2018-04-231-0/+1