index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_evpn_neigh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Remove netlink headers from lib/zebra.h
Donald Sharp
2023-11-07
1
-0
/
+4
*
zebra:fix a zebra crash issue caused by mac change
Jack.zhang
2023-07-19
1
-7
/
+8
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-5
/
+5
*
lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLEN
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-6
/
+6
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-6
/
+6
*
*: 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
-17
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-17
/
+1
*
|
zebra: vxlan interface refactoring changes
Sharath Ramamurthy
2023-02-14
1
-0
/
+2
|
/
*
zebra: use "get" naming for bgp accept lower knob
Stephen Worley
2022-11-01
1
-1
/
+1
*
zebra: add some neigh del not found debugs
Stephen Worley
2022-10-11
1
-0
/
+6
*
bgpd,zebra,lib: bgp evpn vni macip into two tables
Stephen Worley
2022-10-11
1
-8
/
+9
*
zebra: special sync routes lower seq handling
Stephen Worley
2022-10-11
1
-1
/
+14
*
zebra: add knob to accept lower seq in evpn
Stephen Worley
2022-10-07
1
-3
/
+1
*
zebra: remove redundant flags assignment
anlan_cs
2022-07-12
1
-5
/
+0
*
zebra: remove unnecessary check for "zevpn_vrf"
anlan_cs
2022-05-14
1
-3
/
+0
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-3
/
+3
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-1
/
+0
*
Merge pull request #10704 from anlancs/zebra-remove-check
Donald Sharp
2022-03-13
1
-26
/
+2
|
\
|
*
zebra: Remove unnecessary check
anlan_cs
2022-02-07
1
-26
/
+2
*
|
zebra: remove unnecessary assignment
anlan_cs
2022-03-08
1
-1
/
+0
|
/
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-10
/
+6
*
*: use ipaddr_cmp instead of memcmp
Igor Ryzhov
2022-02-08
1
-2
/
+2
*
zebra: cleanup checking zebra_evpn_mac_add function's return value
anlan_cs
2021-12-23
1
-6
/
+0
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-4
/
+4
*
*: Remove unused variables
Donatas Abraitis
2021-11-18
1
-1
/
+0
*
zebra: Replace inet_ntop to %pI4/6 for JSON outputs
Donatas Abraitis
2021-11-18
1
-8
/
+4
*
zebra: Send path del to bgp for local-inactive path
Anuradha Karuppiah
2021-09-07
1
-1
/
+1
*
zebra: Convert to `struct zebra_neigh` as per our internal standard
Donald Sharp
2021-09-02
1
-79
/
+81
*
zebra: Convert to `struct zebra_mac` as per our internal standard
Donald Sharp
2021-09-02
1
-23
/
+25
*
zebra: Convert to `struct zebra_evpn` as per our internal standard
Donald Sharp
2021-09-02
1
-24
/
+28
*
zebra: use more const
Mark Stapp
2021-07-19
1
-18
/
+21
*
zebra: add workqueue support for EVPN updates
Mark Stapp
2021-07-19
1
-1
/
+1
*
zebra: give some evpn apis better names
Mark Stapp
2021-07-19
1
-4
/
+5
*
zebra: Reduce size of vni hash tables to a more reasonable start size
Donald Sharp
2021-05-05
1
-1
/
+1
*
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
-186
/
+77
*
zebra: link local MACs to destination port for efficient lacp-bypass processing
Anuradha Karuppiah
2021-02-24
1
-1
/
+1
*
zebra: support for lacp bypass with EVPN MH
Anuradha Karuppiah
2021-02-24
1
-3
/
+3
*
zebra: changes to advertise SVI mac by default if evpn-mh is enabled
Anuradha Karuppiah
2021-02-19
1
-1
/
+1
*
zebra: accept bgp remote mac-ip update if the higher-seq-local mac is not bgp...
Anuradha Karuppiah
2020-12-21
1
-32
/
+19
*
zebra: reinstall missing peer-sync flag
Anuradha Karuppiah
2020-12-21
1
-9
/
+14
*
zebra: Keep DAD disabled if EVPN MH is turned on
Anuradha Karuppiah
2020-11-24
1
-4
/
+5
*
zebra: Add uptime to `show evpn arp-cache vni .. detail`
Donald Sharp
2020-10-26
1
-0
/
+12
*
zebra: replace inet_ntoa
Mark Stapp
2020-10-22
1
-12
/
+22
*
zebra: n->mac is derefed in all paths
Donald Sharp
2020-10-11
1
-3
/
+2
*
zebra: stop neigh hold timer when the neigh is deleted
Anuradha Karuppiah
2020-09-23
1
-0
/
+3
*
zebra: fixup a neigh del bug introduced by a previous commit for MAC-IP sync
Anuradha Karuppiah
2020-09-17
1
-3
/
+4
*
zebra: clean up SA warning in EVPN code
Pat Ruddy
2020-08-12
1
-0
/
+2
[next]