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
*
zebra: correct one comment for evpn-mh
anlan_cs
2022-08-09
1
-1
/
+1
*
zebra: fix bond down for evpn-mh
anlan_cs
2022-08-03
1
-0
/
+13
*
zebra: make rib_process_dplane_results own ctx freeing
Donald Sharp
2022-06-29
1
-2
/
+1
*
zebra: move the check for l3vni
anlan_cs
2022-06-23
1
-4
/
+3
*
zebra: Update advertise-svi-ip MACIPs w/ new MAC
Trey Aspelund
2022-05-28
1
-0
/
+6
*
Merge pull request #11210 from anlancs/fix/zebra-leak-vtp
Sri Mohana Singamsetty
2022-05-19
1
-1
/
+1
|
\
|
*
zebra: fix missing delete vtep during vni transition
anlan_cs
2022-05-16
1
-1
/
+1
*
|
zebra: remove unncecessary check for l3vni
anlan_cs
2022-05-16
1
-4
/
+0
|
/
*
zebra: remove unnecessary check for "zevpn_vrf"
anlan_cs
2022-05-14
1
-19
/
+1
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-30
/
+30
*
*: Avoid casting to the same type as on the left
Donatas Abraitis
2022-05-08
1
-3
/
+1
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-9
/
+0
*
Merge pull request #10928 from anlancs/zebra-cleanup-1
Donald Sharp
2022-04-05
1
-13
/
+7
|
\
|
*
zebra: use "assert" instead of unnecessary check
anlan_cs
2022-03-30
1
-13
/
+7
*
|
zebra: fix missing vrf change of l2vni on vxlan interface
anlan_cs
2022-03-31
1
-1
/
+6
|
/
*
Merge pull request #10726 from chiragshah6/fdev2
Sri Mohana Singamsetty
2022-03-23
1
-52
/
+117
|
\
|
*
zebra: cleanup host prefix from rmac
Chirag Shah
2022-03-11
1
-46
/
+15
|
*
zebra: print rmac nexthop list
Chirag Shah
2022-03-11
1
-0
/
+11
|
*
zebra: remove host prefix mapping in rmac
Chirag Shah
2022-03-11
1
-16
/
+18
|
*
zebra: maintain list of nhs in rmac db
Chirag Shah
2022-03-11
1
-3
/
+86
*
|
Merge pull request #10770 from chiragshah6/evpn_dev3
Sri Mohana Singamsetty
2022-03-15
1
-4
/
+2
|
\
\
|
*
|
zebra: evpn disable remove l2vni from l3vni list
Chirag Shah
2022-03-11
1
-4
/
+2
|
|
/
*
|
Merge pull request #10693 from anlancs/bgpd-add-check-ns
Donald Sharp
2022-03-15
1
-4
/
+2
|
\
\
|
*
|
zebra: use "assert" instead of unnecessary check
anlan_cs
2022-03-12
1
-4
/
+2
|
|
/
*
/
zebra: Remove unnecessary check
anlan_cs
2022-02-07
1
-16
/
+1
|
/
*
zebra: correct one spell error
anlan_cs
2021-12-20
1
-1
/
+1
*
*: Remove redundand braces for single statement blocks
Donatas Abraitis
2021-11-27
1
-42
/
+21
*
zebra: Convert vty_out to vty_json for JSON
Donatas Abraitis
2021-11-25
1
-73
/
+24
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-13
/
+13
*
zebra: Replace inet_ntop to %pI4/6 for JSON outputs
Donatas Abraitis
2021-11-18
1
-12
/
+6
*
zebra: use tabs instead of spaces zebra_vxlan.c
Quentin Young
2021-11-12
1
-7
/
+7
*
zebra: svi down remove l2vni from l3vni list
Chirag Shah
2021-11-08
1
-0
/
+9
*
zebra: don't use if_lookup_by_index_all_vrf
Igor Ryzhov
2021-10-28
1
-7
/
+5
*
zebra: handle bridge mac address update in evpn contexts
Philippe Guibert
2021-09-17
1
-0
/
+7
*
zebra: update zl3vni when bridge link refreshed in other namespaces
Philippe Guibert
2021-09-07
1
-33
/
+53
*
zebra: Convert to `struct zebra_neigh` as per our internal standard
Donald Sharp
2021-09-02
1
-41
/
+44
*
zebra: Convert to `struct zebra_l3nvi` as per our internal standard
Donald Sharp
2021-09-02
1
-109
/
+112
*
zebra: Convert to `struct zebra_vxlan_sg` as per our internal standard
Donald Sharp
2021-09-02
1
-24
/
+26
*
zebra: Convert to `struct zebra_mac` as per our internal standard
Donald Sharp
2021-09-02
1
-45
/
+49
*
zebra: Convert to `struct zebra_vtep` as per our internal standard
Donald Sharp
2021-09-02
1
-3
/
+3
*
zebra: Convert to `struct zebra_evpn` as per our internal standard
Donald Sharp
2021-09-02
1
-63
/
+54
*
zebra: use a separate dummy prefix for referencing v6 nexthops
Anuradha Karuppiah
2021-07-30
1
-2
/
+21
*
zebra: Remove MM seq from evpn rmac json output
Trey Aspelund
2021-07-22
1
-2
/
+0
*
zebra: process EVPN remote VTEP updates from the workqueue
Mark Stapp
2021-07-19
1
-105
/
+158
*
zebra: use workqueue for vxlan remote macip updates
Mark Stapp
2021-07-19
1
-11
/
+6
*
zebra: give some evpn apis better names
Mark Stapp
2021-07-19
1
-2
/
+2
*
Zebra: FPM support for gateway IP overlay Index
Ameya Dharkar
2021-06-08
1
-0
/
+21
*
bgpd, zebra: Add svi_interface to zebra VNI and bgp EVPN structures
Ameya Dharkar
2021-06-08
1
-0
/
+12
*
Merge pull request #8646 from chiragshah6/mdev
Patrick Ruddy
2021-05-18
1
-2
/
+5
|
\
|
*
zebra: check vni oper state in svi up notif
Chirag Shah
2021-05-08
1
-2
/
+5
[next]