index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
babeld
/
babel_interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-18
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-18
/
+1
*
|
babeld: changes for code maintainability
sri-mohan1
2023-02-14
1
-6
/
+6
*
|
babeld: changes for code maintainability
sri-mohan1
2023-02-07
1
-12
/
+14
|
/
*
babeld: During intf startup, ignore address already in use
Donald Sharp
2023-01-28
1
-9
/
+9
*
babeld: Add missing `no` commands
Yuxiang Zhu
2023-01-20
1
-133
/
+76
*
babeld: Rehook up interface up events
Donald Sharp
2022-03-27
1
-17
/
+1
*
*: 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
1
-7
/
+33
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+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
1
-38
/
+45
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-1
/
+1
*
babeld: Free ifc leak
Donald Sharp
2020-11-15
1
-0
/
+1
*
babeld: replace inet_ntoa
Mark Stapp
2020-10-22
1
-1
/
+3
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-6
/
+3
*
Merge pull request #6262 from qlyoung/remove-sprintf
David Lamparter
2020-04-23
1
-1
/
+1
|
\
|
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-1
/
+1
*
|
*: replace all random() calls
Rafael Zalamena
2020-04-18
1
-1
/
+2
|
/
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-1
/
+3
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-5
/
+4
*
*: strip trailing whitespace
Quentin Young
2019-09-30
1
-1
/
+1
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-20
/
+2
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-12
/
+1
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
1
-18
/
+4
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+20
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-6
/
+4
*
Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2
Donald Sharp
2019-06-22
1
-4
/
+6
|
\
|
*
*: change if_lookup_by_name() api with vrf
Philippe Guibert
2019-06-12
1
-4
/
+6
*
|
babeld: use MTYPE_STATIC
David Lamparter
2019-06-21
1
-1
/
+2
|
/
*
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-14
/
+12
*
*: replace XMALLOC + memset with XCALLOC
Quentin Young
2019-02-26
1
-4
/
+1
*
*: do not check XMALLOC / XCALLOC for null ret
Quentin Young
2019-02-26
1
-2
/
+0
*
Treewide: use ANSI function definitions
Ruben Kerkhof
2019-01-24
1
-1
/
+1
*
lib, rip, ripng, babel, eigrp: add ctx pointer to distribute api
Philippe Guibert
2018-12-28
1
-2
/
+7
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-2
/
+2
*
babeld: BABEL_[ERR|WARN] -> EC_BABEL
Quentin Young
2018-09-13
1
-10
/
+10
*
*: rename ferr_zlog -> flog_err_sys
Quentin Young
2018-08-14
1
-2
/
+2
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-12
/
+12
*
babeld: Add BABEL_ERR_XXX error messages.
Donald Sharp
2018-08-14
1
-14
/
+18
*
babeld, lib, ospfd, tests: fmt fixes (cppcheck)
paco
2018-06-18
1
-1
/
+1
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-2
/
+2
*
*: introduce new rb-tree to optimize interface lookup by ifindex
Renato Westphal
2017-10-10
1
-1
/
+1
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-7
/
+7
*
Merge pull request #1078 from dwalton76/ospfd-network-cmd-warning
Renato Westphal
2017-08-31
1
-1
/
+1
|
\
[next]