index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_evpn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: Missed debug guard in zebra_evpn.c
Donald Sharp
2024-11-14
1
-2
/
+3
*
zebra: fix unguarded debug in evpn code
Mark Stapp
2024-11-13
1
-1
/
+2
*
zebra: use new per-NS iteration in zebra_evpn
Mark Stapp
2024-10-28
1
-140
/
+101
*
zebra: unlock if_table route_nodes
Mark Stapp
2024-09-20
1
-0
/
+3
*
zebra: Use more appropriately sized stream packets for evpn
Donald Sharp
2024-04-09
1
-3
/
+3
*
zebra: changes for code maintainability
sri-mohan1
2024-02-26
1
-88
/
+43
*
zebra: Remove deprecated items
Donald Sharp
2024-02-20
1
-9
/
+0
*
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-22
1
-6
/
+3
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-17
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-17
/
+1
*
|
zebra: fix for unexpected fdb entry showing up during ifdown/ifup events
sharathr
2023-02-14
1
-1
/
+54
*
|
zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...
Sharath Ramamurthy
2023-02-14
1
-2
/
+8
*
|
zebra: Handle vni determination for non-vlan-aware bridges
Sharath Ramamurthy
2023-02-14
1
-7
/
+7
*
|
zebra: Refactoring changes for zebra_evpn_map_vlan zebra_evpn_from_svi and zl...
Sharath Ramamurthy
2023-02-14
1
-44
/
+80
*
|
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
-7
/
+4
*
|
zebra: data structure changes for single vxlan device
Sharath Ramamurthy
2023-02-14
1
-31
/
+42
|
/
*
zebra: fix JSON fields for show evpn vni detail
Pooja Jagadeesh Doijode
2023-01-27
1
-17
/
+38
*
zebra: add some neigh del not found debugs
Stephen Worley
2022-10-11
1
-2
/
+7
*
bgpd,zebra,lib: bgp evpn vni macip into two tables
Stephen Worley
2022-10-11
1
-17
/
+41
*
Zebra EVPN Debug: Fixing log flooding when disabling MLAG leaf configuration
rvaratharaj
2022-06-22
1
-3
/
+4
*
zebra: remove unnecessary check for "zevpn_vrf"
anlan_cs
2022-05-14
1
-9
/
+2
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-2
/
+2
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+0
*
zebra: use "assert" instead of unnecessary check
anlan_cs
2022-03-30
1
-15
/
+8
*
zebra: minor changes on "zebra_evpn_mac_gw_macip_add" function
anlan_cs
2022-02-19
1
-4
/
+2
*
zebra: Delay the usage of one variable until need
anlan_cs
2022-03-04
1
-1
/
+1
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-4
/
+4
*
zebra: Replace inet_ntop to %pI4/6 for JSON outputs
Donatas Abraitis
2021-11-18
1
-6
/
+4
*
zebra: ignore sync updates from bgp if the dest ES is not ready
Anuradha Karuppiah
2021-10-15
1
-2
/
+18
*
zebra: Convert to `struct zebra_neigh` as per our internal standard
Donald Sharp
2021-09-02
1
-3
/
+3
*
zebra: Convert to `struct zebra_mac` as per our internal standard
Donald Sharp
2021-09-02
1
-6
/
+6
*
zebra: Convert to `struct zebra_vtep` as per our internal standard
Donald Sharp
2021-09-02
1
-15
/
+17
*
zebra: Convert to `struct zebra_evpn` as per our internal standard
Donald Sharp
2021-09-02
1
-67
/
+70
*
zebra: use more const
Mark Stapp
2021-07-19
1
-9
/
+11
*
zebra: give some evpn apis better names
Mark Stapp
2021-07-19
1
-6
/
+7
*
bgpd, zebra: Add svi_interface to zebra VNI and bgp EVPN structures
Ameya Dharkar
2021-06-08
1
-4
/
+22
*
zebra: fix style warnings in previous commits
David Lamparter
2021-05-09
1
-1
/
+2
*
zebra: Add some ability to know what hash is for what vni
Donald Sharp
2021-05-05
1
-2
/
+5
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-1
/
+0
*
zebra: use printfrr exts in EVPN/VXLAN code
David Lamparter
2021-03-14
1
-24
/
+12
*
zebra: fix problem with SVI MAC not being sent to BGP
Anuradha Karuppiah
2021-02-19
1
-1
/
+1
*
zebra: changes to advertise SVI mac by default if evpn-mh is enabled
Anuradha Karuppiah
2021-02-19
1
-0
/
+2
*
zebra: fix problem with SVI IP being advertised even if disabled
Anuradha Karuppiah
2021-02-19
1
-5
/
+16
*
zebra: accept bgp remote mac-ip update if the higher-seq-local mac is not bgp...
Anuradha Karuppiah
2020-12-21
1
-1
/
+2
*
zebra: clean zevpn references in the access bd database when the VNI is deleted
Anuradha Karuppiah
2020-12-21
1
-0
/
+3
*
zebra: Reduce warn -> debug
Donald Sharp
2020-12-01
1
-1
/
+2
*
zebra: replace inet_ntoa
Mark Stapp
2020-10-22
1
-12
/
+19
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-3
/
+1
*
Merge pull request #7089 from pguibert6WIND/netns-refactor
Russ White
2020-09-18
1
-65
/
+155
|
\
[next]