index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_vxlan.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/zebra: zapi for installing EVPN nexthops from bgp
Anuradha Karuppiah
2021-03-26
1
-0
/
+5
*
zebra: kill zebra_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-1
/
+0
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
zebra: use printfrr exts in EVPN/VXLAN code
David Lamparter
2021-03-14
1
-67
/
+29
*
zebra: link local MACs to destination port for efficient lacp-bypass processing
Anuradha Karuppiah
2021-02-24
1
-0
/
+1
*
zebra: support for lacp bypass with EVPN MH
Anuradha Karuppiah
2021-02-24
1
-8
/
+8
*
zebra: changes to advertise SVI mac by default if evpn-mh is enabled
Anuradha Karuppiah
2021-02-19
1
-0
/
+9
*
zebra: fix problem with SVI IP being advertised even if disabled
Anuradha Karuppiah
2021-02-19
1
-0
/
+10
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-1
/
+1
*
zebra: resolve multiple functions for local MAC delete
Pat Ruddy
2021-02-03
1
-68
/
+2
*
*: fix all backets
Igor Ryzhov
2021-02-02
1
-8
/
+8
*
Merge pull request #7652 from adharkar/frr-vni_switch
Donald Sharp
2021-01-11
1
-6
/
+71
|
\
|
*
zebra: L3VNI to L2VNI conversion is not handled
Ameya Dharkar
2020-12-17
1
-6
/
+71
*
|
zebra: reinstall missing peer-sync flag
Anuradha Karuppiah
2020-12-21
1
-2
/
+2
|
/
*
Merge pull request #7637 from AnuradhaKaruppiah/evpn-pim-fixes
Patrick Ruddy
2020-12-15
1
-2
/
+44
|
\
|
*
zebra: fix crash seen on VxLAN SG table cleanup done as a part of vrf disable
Anuradha Karuppiah
2020-11-30
1
-2
/
+44
*
|
zebra: support for slow-failover of local MACs on an ES
Anuradha Karuppiah
2020-12-01
1
-18
/
+135
*
|
zebra: Keep DAD disabled if EVPN MH is turned on
Anuradha Karuppiah
2020-11-24
1
-7
/
+16
|
/
*
zebra: uplink tracking and startup delay for EVPN-MH
Anuradha Karuppiah
2020-10-27
1
-1
/
+2
*
zebra: replace inet_ntoa
Mark Stapp
2020-10-22
1
-35
/
+40
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-19
/
+15
*
zebra: display rpc error msg to vtysh
Chirag Shah
2020-10-05
1
-10
/
+18
*
zebra: avoid duplication node in l3vni l2vni-list
Chirag Shah
2020-09-29
1
-2
/
+7
*
lib, zebra: reuse and adapt ns_list walk functionality
Philippe Guibert
2020-09-11
1
-31
/
+38
*
zebra: when parsing local entry against dad, retrieve config
Philippe Guibert
2020-09-11
1
-3
/
+2
*
zebra: fdb and neighbor table are read for all zns
Philippe Guibert
2020-08-18
1
-2
/
+17
*
zebra: zvni_map_to_svi() adaptation for other network namespaces
Philippe Guibert
2020-08-18
1
-29
/
+47
*
zebra: importation of bgp evpn rt5 from vni with other netns
Philippe Guibert
2020-08-18
1
-16
/
+73
*
zebra: clean up SA warning in EVPN code
Pat Ruddy
2020-08-12
1
-2
/
+1
*
zebra: extract core EVPN functions from zebra_vxlan.c
Pat Ruddy
2020-08-12
1
-1591
/
+123
*
zebra: clone zebra_vxlan.c to zebra_evpn.c
Pat Ruddy
2020-08-12
1
-0
/
+1
*
zebra: extract neighbor processing from kernel_neigh_del
Pat Ruddy
2020-08-12
1
-88
/
+1
*
zebra: extract neighbor processing from process_remote_macip_del
Pat Ruddy
2020-08-12
1
-35
/
+3
*
zebra: extract neigbor processing from zevpn_gw_macip_add
Pat Ruddy
2020-08-12
1
-60
/
+3
*
zebra: extract neigbor processing from remote_macip_add
Pat Ruddy
2020-08-12
1
-153
/
+3
*
zebra: extract neighbor functions from zebra_vxlan.c
Pat Ruddy
2020-08-12
1
-2362
/
+111
*
zebra: clone zebra_vxlan.c to zebra_evpn_neigh.c
Pat Ruddy
2020-08-12
1
-0
/
+1
*
zebra: extract gateway mac add from zebra_vxlan.c
Pat Ruddy
2020-08-12
1
-19
/
+4
*
zebra: extract local mac del from zebra_vxlan.c
Pat Ruddy
2020-08-12
1
-76
/
+3
*
zebra: extract local mac add code from vxlan
Pat Ruddy
2020-08-12
1
-229
/
+3
*
zebra: split out mac_add code from process_remote_macip_add
Pat Ruddy
2020-08-12
1
-202
/
+23
*
zebra: extract evpn mac functions from zebra_vxlan.c
Pat Ruddy
2020-08-12
1
-1885
/
+162
*
zebra: clone zebra_vxlan.c to zebra_evpn_mac.c
Pat Ruddy
2020-08-12
1
-0
/
+1
*
zebra: rename vni to evpn where appropriate
Pat Ruddy
2020-08-12
1
-1145
/
+1145
*
zebra: clean up SA warning in vxlan code
Mark Stapp
2020-08-11
1
-0
/
+3
*
zebra: add ESI to the "show evpn mac vni <> mac <> json" output
Anuradha Karuppiah
2020-08-05
1
-0
/
+3
*
bgpd, zebra: remove strcpy, strlen and sprintf calls
Anuradha Karuppiah
2020-08-05
1
-10
/
+16
*
zebra: support for MAC-IP sync routes
Anuradha Karuppiah
2020-08-05
1
-249
/
+1942
*
zebra: debug flags for MAC-IP sync
Anuradha Karuppiah
2020-08-05
1
-11
/
+14
*
zebra: Ethernet segment management and support for MAC-ECMP
Anuradha Karuppiah
2020-08-05
1
-121
/
+308
[next]