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: 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
*
babeld: Ignore sub-tlv's with mandatory bit set
Donald Sharp
2022-06-09
2
-52
/
+82
*
babeld: Update to ignore unicast hellos
Donald Sharp
2022-06-09
1
-21
/
+63
*
babeld: Check that bodylen is within some bounds of usable
Donald Sharp
2022-05-12
1
-4
/
+4
*
*: use FRR interface name definition everywhere
Rafael Zalamena
2022-05-02
1
-1
/
+2
*
babeld: Rehook up interface up events
Donald Sharp
2022-03-27
1
-17
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-14
/
+8
*
Merge pull request #10504 from qingkaishi/master
Donald Sharp
2022-02-08
1
-10
/
+10
|
\
|
*
babeld: fix #10502 #10503 by repairing the checks on length
qingkaishi
2022-02-04
1
-10
/
+10
*
|
babeld: fix #10487 by adding a check on packet length
whichbug
2022-02-04
1
-7
/
+6
|
/
*
*: do not print vrf name for interface config when using vrf-lite
Igor Ryzhov
2022-01-24
1
-2
/
+2
*
babeld: C-style comments
Adriano Marto Reis
2021-12-22
1
-6
/
+4
*
babeld: Presenting interface configuration parameters
Adriano Marto Reis
2021-12-22
2
-7
/
+39
*
Merge pull request #10032 from opensourcerouting/build-fix-20211111
Donald Sharp
2021-11-13
1
-4
/
+3
|
\
|
*
build: remove some useless intermediate libraries
David Lamparter
2021-11-11
1
-4
/
+3
*
|
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
1
-1
/
+1
*
|
lib: Add autocomplete for access-lists
Donatas Abraitis
2021-10-31
1
-4
/
+4
|
/
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
1
-5
/
+9
*
babeld: Prevent compiler warning about uninited value for n
Donald Sharp
2021-10-13
1
-1
/
+1
*
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
David Lamparter
2021-08-27
1
-1
/
+1
|
\
|
*
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-26
1
-1
/
+1
*
|
Merge pull request #9331 from idryzhov/explicit-exit
Christian Hopps
2021-08-26
2
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
2
-1
/
+3
*
|
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-2
/
+1
|
/
*
*: cleanup interface node installation
Igor Ryzhov
2021-07-29
1
-11
/
+1
*
*: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELEN
Donatas Abraitis
2021-07-01
2
-46
/
+54
*
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
1
-5
/
+5
*
babeld: Drop in_prefix() function
Donatas Abraitis
2021-07-01
2
-23
/
+0
*
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-06-21
1
-0
/
+2
*
babeld: Allow babeld to actually register to use distribute-list
Donald Sharp
2021-05-04
1
-3
/
+91
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
*: remove *.conf.sample files
Quentin Young
2021-04-09
3
-32
/
+0
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+1
[next]