index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_pw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: Fix crash in pw code
Donald Sharp
2024-10-09
1
-2
/
+4
*
zebra: Do not retry in 30 seconds on pw reachability failure
Donald Sharp
2024-10-08
1
-1
/
+8
*
zebra: Move pw status settting until after we get results
Donald Sharp
2024-10-08
1
-5
/
+21
*
zebra: Properly unregister hook on shutdown
Donald Sharp
2023-12-11
1
-4
/
+14
*
zebra: remove unnecessary check for default vrf
anlan_cs
2023-07-12
1
-12
/
+0
*
zebra: Use zebra_vrf_lookup_by_id when we can
Donald Sharp
2023-03-28
1
-6
/
+6
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-15
/
+1
*
zebra: Fix crash in shutdown w/ pw thread still running
Donald Sharp
2022-08-11
1
-3
/
+4
*
zebra: Convert thread_cancel to THREAD_OFF
Donald Sharp
2022-07-21
1
-2
/
+2
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-4
/
+2
*
zebra: Convert vty_out to vty_json for JSON
Donatas Abraitis
2021-11-25
1
-3
/
+1
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-0
/
+1
*
zebra: revise pw reachability logic
Mark Stapp
2021-06-11
1
-13
/
+111
*
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-2
/
+2
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-2
/
+2
*
Merge pull request #6765 from mjstapp/backup_nhg_netlink
Renato Westphal
2020-07-27
1
-29
/
+75
|
\
|
*
zebra: include backup nexthops for pseudowires
Mark Stapp
2020-07-20
1
-29
/
+75
*
|
*: un-split strings across lines
David Lamparter
2020-07-14
1
-6
/
+3
|
/
*
zebra: add fib nhg for backups, revise api
Mark Stapp
2020-07-07
1
-2
/
+2
*
Merge pull request #6471 from volta-networks/fix_zebra_register_rnh_pseudowire
Donald Sharp
2020-06-11
1
-3
/
+6
|
\
|
*
zebra: Every time zebra receives a ZEBRA_PW_SET, zebra should evaluate nh
Karen Schoener
2020-06-03
1
-3
/
+6
*
|
ldpd: Relay data plane pseudowire status in LDP notification
Karen Schoener
2020-06-01
1
-13
/
+14
|
/
*
ldpd and Zebra: Expand existing debug commands.
lynne
2020-05-11
1
-0
/
+152
*
zebra: fix zebra pseudowire manager NHT
Karen Schoener
2020-04-28
1
-4
/
+4
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-1
/
+3
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-1
/
+3
*
zebra: Embed lib nexthop-group in zebra hash entry
Mark Stapp
2020-02-27
1
-1
/
+1
*
lib,zebra: use nhg_hash_entry pointer in route_entry
Mark Stapp
2019-12-04
1
-1
/
+1
*
zebra: Replace nexthop_group with pointer in route entry
Donald Sharp
2019-10-25
1
-1
/
+1
*
zebra: pseudowire event recovery (DoS fix)
F. Aragon
2019-04-10
1
-0
/
+1
*
Merge pull request #3684 from mjstapp/dplane_pw
Donald Sharp
2019-02-06
1
-3
/
+6
|
\
|
*
zebra: convert PW updates to async dataplane
Mark Stapp
2019-01-25
1
-3
/
+6
*
|
zebra: Remove `struct zebra_t`
Donald Sharp
2019-01-31
1
-2
/
+0
*
|
zebra: Move the master thread handler to the zrouter structure
Donald Sharp
2019-01-31
1
-2
/
+2
|
/
*
zebra: flog_warn conversion
Quentin Young
2018-09-06
1
-4
/
+4
*
zebra: fix "no pseudowire IFNAME" on vtysh
Renato Westphal
2018-08-13
1
-10
/
+35
*
zebra: refactor zserv names, consolidate events
Quentin Young
2018-05-29
1
-1
/
+1
*
zebra: cleanup for zapi_msg.c split
Quentin Young
2018-04-23
1
-1
/
+1
*
zebra: use hooks for client lifecycle callbacks
Quentin Young
2018-04-23
1
-1
/
+5
*
zebra: clean up zapi organization
Quentin Young
2018-04-23
1
-0
/
+1
[next]