index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
babeld
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
babeld: changes for code maintainability
sri-mohan1
2024-02-19
1
-39
/
+28
*
babeld: changes for code maintainability
sri-mohan1
2024-02-13
1
-81
/
+55
*
*: create a single registry of daemons' default port values
Mark Stapp
2024-02-01
1
-1
/
+0
*
babeld: remove bogus config path print
David Lamparter
2024-01-27
1
-2
/
+1
*
*: fix `frr_daemon_info` indentation
David Lamparter
2024-01-27
1
-7
/
+9
*
*: rename `frr_vtydir` to `frr_runstatedir`
David Lamparter
2024-01-27
1
-2
/
+2
*
babeld: use correct autocompletion for distribute-list commands
Igor Ryzhov
2024-01-22
1
-8
/
+52
*
babeld: pass distribute ctx to distribute-list functions
Igor Ryzhov
2024-01-22
1
-5
/
+8
*
lib: enable multiple instance support with distribute lists
Christian Hopps
2024-01-22
1
-4
/
+5
*
*: zebra.h should not have fcntl.h
Donald Sharp
2024-01-09
2
-0
/
+3
*
*: convert `struct interface->connected` to DLIST
David Lamparter
2023-11-22
2
-3
/
+1
*
*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZ
Donald Sharp
2023-11-21
1
-1
/
+1
*
babeld: Free IPv4 Memory in babel_interface_free
Keelan10
2023-11-15
1
-1
/
+7
*
babeld: Free IPv4 Memory in interface_reset
Keelan10
2023-11-15
1
-0
/
+3
*
babeld: Cleanup vrf data structures on shutdown
Donald Sharp
2023-11-13
1
-0
/
+2
*
lib: convert if_zapi_callbacks into actual hooks
David Lamparter
2023-11-03
1
-2
/
+4
*
Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanup
Donatas Abraitis
2023-07-04
1
-8
/
+8
|
\
|
*
*: Rearrange vrf_bitmap_X api to reduce memory footprint
Donald Sharp
2023-06-26
1
-8
/
+8
*
|
Merge pull request #13672 from zmw12306/AE_zero
Donatas Abraitis
2023-06-27
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
babeld: add AE!=0 check when type is 7 or 10.
zmw12306
2023-06-02
1
-2
/
+2
*
|
Merge pull request #13354 from zmw12306/parse_request_subtlv
Russ White
2023-05-02
3
-2
/
+96
|
\
\
|
|
/
|
/
|
|
*
babeld: add parse_request_subtlv into parse_packet
zmw12306
2023-04-22
3
-2
/
+96
*
|
babeld: ignore nonzero flag bits in Hello TLVs
zmw12306
2023-04-22
1
-12
/
+0
|
/
*
Merge pull request #12837 from donaldsharp/unlikely_routemap
Russ White
2023-04-04
3
-38
/
+37
|
\
|
*
babeld, lib, nhrpd: Add likely and unlikely macros
Donald Sharp
2023-03-23
3
-38
/
+37
*
|
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
2
-2
/
+2
*
|
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
2
-2
/
+2
*
|
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
2
-2
/
+2
*
|
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
1
-3
/
+3
*
|
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-4
/
+8
*
|
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
2
-8
/
+8
*
|
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
2
-2
/
+2
|
/
*
babeld: fix #11808 to avoid infinite loops
harryreps
2023-03-04
1
-3
/
+3
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
31
-551
/
+30
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
30
-532
/
+30
|
*
*: sort out & explain licenses used in FRR
David Lamparter
2023-02-09
1
-19
/
+0
*
|
Merge pull request #12802 from sri-mohan1/sri-bable
Donald Sharp
2023-02-15
4
-15
/
+17
|
\
\
|
*
|
babeld: changes for code maintainability
sri-mohan1
2023-02-14
4
-15
/
+17
*
|
|
Merge pull request #12762 from sri-mohan1/sri-bable
Donald Sharp
2023-02-10
1
-12
/
+14
|
\
|
|
|
|
/
|
/
|
|
*
babeld: changes for code maintainability
sri-mohan1
2023-02-07
1
-12
/
+14
*
|
babeld: Fix filtering against all interfaces
Yuxiang Zhu
2023-02-06
1
-2
/
+5
|
/
*
babeld: During intf startup, ignore address already in use
Donald Sharp
2023-01-28
1
-9
/
+9
*
babeld: The function is already a pointer
Donald Sharp
2023-01-28
1
-1
/
+1
*
Merge pull request #12640 from vfreex/babel-no-commands
Russ White
2023-01-24
4
-154
/
+98
|
\
|
*
babeld: Add missing `no` commands
Yuxiang Zhu
2023-01-20
4
-154
/
+98
*
|
babeld: Fix --terminal option
Yuxiang Zhu
2023-01-20
1
-29
/
+0
|
/
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-5
/
+0
*
*: Create and use infrastructure to show debugs in lib
Donald Sharp
2022-10-07
1
-0
/
+2
*
babeld: Remove return value for gettime()
Donald Sharp
2022-08-24
2
-3
/
+3
*
babeld: Install route to RIB if parse_update_subtlv() is false
Donatas Abraitis
2022-07-11
1
-1
/
+1
[next]