index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: remove duplicated code
Igor Ryzhov
2023-09-17
1
-10
/
+2
*
zebra: fix link update for veth interfaces
Jafar Al-Gharaibeh
2023-09-14
1
-2
/
+0
*
lib,zebra: add tx queuelen to interface struct
Mark Stapp
2023-09-01
1
-2
/
+5
*
zebra: Prevent protodown_rc from going Bzonkas
Donald Sharp
2023-08-21
1
-0
/
+6
*
Merge pull request #14223 from donaldsharp/interface_fies
Mark Stapp
2023-08-18
1
-0
/
+6
|
\
|
*
zebra: Fix crashes in interface change
Donald Sharp
2023-08-17
1
-0
/
+6
*
|
zebra: Delete the 'mbr_zifs' list in the if_zebra_delete_hook function
Keelan10
2023-08-12
1
-0
/
+5
|
/
*
zebra, yang: add an mpls leaf to interface
Philippe Guibert
2023-08-10
1
-14
/
+7
*
zebra: fix 'no mpls' command by using 'mpls disable' instead
Philippe Guibert
2023-08-10
1
-5
/
+12
*
zebra: Fix wrong vrf change procedure
anlan_cs
2023-07-13
1
-9
/
+9
*
Merge pull request #13958 from opensourcerouting/fix/coverity
Donald Sharp
2023-07-11
1
-5
/
+18
|
\
|
*
zebra: Guard printing an error by checking if VRF is not NULL
Donatas Abraitis
2023-07-10
1
-4
/
+10
|
*
zebra: Check if ifp is not NULL in zebra_if_update_ctx()
Donatas Abraitis
2023-07-10
1
-0
/
+7
|
*
zebra: Do not check ifp for NULL
Donatas Abraitis
2023-07-10
1
-1
/
+1
*
|
Merge pull request #13964 from pguibert6WIND/mpls_again
Russ White
2023-07-11
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
zebra: fix mpls config on ifaces created post frr
Philippe Guibert
2023-07-09
1
-0
/
+5
*
|
zebra: Use zebra dplane for RTM link and addr
Donald Sharp
2023-07-05
1
-12
/
+766
*
|
zebra: Add code to get/set interface to pass up from dplane
Donald Sharp
2023-07-05
1
-0
/
+1
|
/
*
Merge pull request #13545 from idryzhov/remove-bond-slave
Donatas Abraitis
2023-06-23
1
-3
/
+0
|
\
|
*
zebra: remove ZEBRA_IF_BOND_SLAVE interface type
Igor Ryzhov
2023-05-21
1
-3
/
+0
*
|
zebra: clarify interface-level mpls config
Mark Stapp
2023-06-12
1
-3
/
+5
*
|
lib, zebra: Ensure that the ifp->node exists
Donald Sharp
2023-05-28
1
-0
/
+3
|
/
*
zebra: Fix missing VRF flag
anlan_cs
2023-05-01
1
-0
/
+5
*
Merge pull request #12959 from leonshaw/fix/zif-link-nsid
Jafar Al-Gharaibeh
2023-04-11
1
-8
/
+15
|
\
|
*
zebra: Add link_nsid to zebra interface
Xiao Liang
2023-03-08
1
-8
/
+15
*
|
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-2
/
+2
*
|
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-3
/
+3
*
|
*: 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
-1
/
+1
|
/
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
Merge pull request #12494 from louis-6wind/ext_admin_group
Olivier Dugeon
2023-02-15
1
-24
/
+177
|
\
\
|
*
|
lib,yang,zebra: add extended admin-group support
Louis Scalbert
2023-02-10
1
-24
/
+177
|
|
/
*
|
zebra: clang-format style fixes
Stephen Worley
2023-02-14
1
-1
/
+1
*
|
zebra: Add ifdump vty json extension for vxlan/vni
Sharath Ramamurthy
2023-02-14
1
-66
/
+59
*
|
zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...
Sharath Ramamurthy
2023-02-14
1
-2
/
+8
*
|
zebra: Bug fixes in vtysh doc string, mcast group handling and vni deletion h...
Sharath Ramamurthy
2023-02-14
1
-1
/
+1
*
|
zebra: Refactoring changes for zebra_evpn_map_vlan zebra_evpn_from_svi and zl...
Sharath Ramamurthy
2023-02-14
1
-0
/
+1
*
|
zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...
Sharath Ramamurthy
2023-02-14
1
-1
/
+1
*
|
zebra: data structure changes for single vxlan device
Sharath Ramamurthy
2023-02-14
1
-53
/
+115
|
/
*
zebra: fix possible null dereference
Rafael Zalamena
2023-01-19
1
-1
/
+2
*
zebra: use real MTYPEs for various objects
Mark Stapp
2022-12-05
1
-1
/
+2
*
zebra: Use `mpls enable`, not `mpls` when generating a config
Donatas Abraitis
2022-11-28
1
-1
/
+1
*
zebra: traffic control state management
Siger Yang
2022-11-22
1
-3
/
+8
*
Merge pull request #12196 from opensourcerouting/xref-vtysh
Donald Sharp
2022-11-03
1
-2
/
+0
|
\
|
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
|
lib,zebra: do not enable link-params when a link-params command fails
Louis Scalbert
2022-10-17
1
-21
/
+62
|
/
*
zebra: add tc netlink and dplane ops
Siger Yang
2022-08-10
1
-0
/
+3
*
zebra: Don't install connected routes multiple times into FRR
Donald Sharp
2022-08-08
1
-4
/
+0
*
zebra: Add a `mpls enable` interface node command
Donald Sharp
2022-08-08
1
-0
/
+24
[next]