index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_evpn_mh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd, lib, zebra: Extend ES_VTEP_LIST_STR_SZ to support IPv6 addresses
Mike RE Mallin
2024-05-31
1
-1
/
+1
*
zebra: bridge flap handle vlan membership update
Chirag Shah
2024-05-03
1
-6
/
+31
*
zebra: Use more appropriately sized stream packets for evpn
Donald Sharp
2024-04-09
1
-3
/
+3
*
zebra: convert to mgmtd
Igor Ryzhov
2024-01-28
1
-179
/
+0
*
zebra: convert interface configuration output to NB
Igor Ryzhov
2024-01-28
1
-36
/
+60
*
zebra: convert interface evpn mh uplink command to NB
Igor Ryzhov
2024-01-28
1
-11
/
+15
*
zebra: convert interface evpn mh bypass command to NB
Igor Ryzhov
2024-01-28
1
-17
/
+11
*
zebra: convert interface evpn mh es-df-pref command to NB
Igor Ryzhov
2024-01-28
1
-31
/
+27
*
zebra: convert interface evpn mh es-id commands to NB
Igor Ryzhov
2024-01-28
1
-158
/
+84
*
zebra: use ifindex vs ifp to avoid use-after-free on shutdown
Christian Hopps
2023-05-30
1
-7
/
+15
*
zebra:add df flag into evpn esi json output
Sindhu Parvathi Gopinathan
2023-04-29
1
-0
/
+3
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-3
/
+3
*
lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLEN
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-10
/
+10
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-7
/
+7
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-12
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-12
/
+1
*
|
zebra: clang-format style fixes
Stephen Worley
2023-02-14
1
-2
/
+2
*
|
zebra: Handle vni determination for non-vlan-aware bridges
Sharath Ramamurthy
2023-02-14
1
-5
/
+8
*
|
zebra: multiple vlan aware bridge data structure and related changes
Sharath Ramamurthy
2023-02-14
1
-42
/
+123
*
|
zebra: vxlan interface refactoring changes
Sharath Ramamurthy
2023-02-14
1
-1
/
+1
*
|
zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...
Sharath Ramamurthy
2023-02-14
1
-3
/
+1
*
|
zebra: data structure changes for single vxlan device
Sharath Ramamurthy
2023-02-14
1
-20
/
+39
|
/
*
zebra: relax if_type check to allow early ES config creation
Anuradha Karuppiah
2022-11-10
1
-0
/
+6
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
zebra: zrouter.mh_info is leaked on shutdown
Donald Sharp
2022-10-12
1
-0
/
+2
*
zebra: delay setting esi in zebra_evpn_local_es_update()
anlan_cs
2022-05-16
1
-4
/
+2
*
zebra: remove unnecessary check for "zevpn_vrf"
anlan_cs
2022-05-14
1
-5
/
+0
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-12
/
+3
*
Merge pull request #11012 from anlancs/bgpd-mh-simplify-condition
Donatas Abraitis
2022-04-19
1
-12
/
+4
|
\
|
*
zebra: simplify one check for evpn-mh
anlan_cs
2022-04-12
1
-12
/
+4
*
|
zebra: add whitespace after "%%" for prompt
anlan_cs
2022-04-01
1
-8
/
+9
*
|
zebra: adjust the warnings for ESI of evpn-mh
anlan_cs
2022-04-01
1
-3
/
+5
|
/
*
zebra: remove check returning value of RB_INSERT()
anlan_cs
2022-03-19
1
-8
/
+2
*
zebra: cleanup protodown netlink logs
Stephen Worley
2022-03-10
1
-1
/
+2
*
zebra: use SET/UNSET/CHECK/COND in protodown code
Stephen Worley
2022-03-10
1
-4
/
+5
*
zebra: include old reason in evpn-mh bond update
Stephen Worley
2022-03-10
1
-1
/
+1
*
zebra: evpn-mh use protodown update reason api
Stephen Worley
2022-03-10
1
-2
/
+2
*
zebra: add support for protodown reason code
Stephen Worley
2022-03-09
1
-28
/
+18
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-6
/
+2
*
*: Remove redundand braces for single statement blocks
Donatas Abraitis
2021-11-27
1
-18
/
+9
*
zebra: Convert vty_out to vty_json for JSON
Donatas Abraitis
2021-11-25
1
-36
/
+9
*
*: Remove unused variables
Donatas Abraitis
2021-11-18
1
-2
/
+0
*
zebra: Replace inet_ntop to %pI4/6 for JSON outputs
Donatas Abraitis
2021-11-18
1
-6
/
+3
*
zebra: defer local MAC dataplane install on an ES till the ES-EVI is created
Anuradha Karuppiah
2021-10-15
1
-2
/
+32
*
zebra: deref the ES on interface delete even if it was not setup as a br-port
Anuradha Karuppiah
2021-10-15
1
-6
/
+6
*
zebra: Convert to `struct zebra_mac` as per our internal standard
Donald Sharp
2021-09-02
1
-8
/
+10
*
zebra: Convert to `struct zebra_evpn` as per our internal standard
Donald Sharp
2021-09-02
1
-23
/
+24
*
zebra: Ensure stream is long enough
Donald Sharp
2021-08-12
1
-0
/
+10
[next]