index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
if.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Fix possible usage of uninited data
Donald Sharp
2022-02-22
1
-1
/
+2
*
lib: Correct bug for TE metric wrong assignement
Olivier Dugeon
2022-02-02
1
-5
/
+7
*
*: do not print vrf name for interface config when using vrf-lite
Igor Ryzhov
2022-01-24
1
-0
/
+16
*
lib, yang: remove vrf from the interface list key
Igor Ryzhov
2021-11-23
1
-74
/
+138
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-9
/
+7
*
Merge pull request #10076 from idryzhov/if-is-loopback-or-vrf
Donald Sharp
2021-11-22
1
-3
/
+4
|
\
|
*
*: unify if_is_loopback/if_is_loopback_or_vrf
Igor Ryzhov
2021-11-16
1
-3
/
+4
*
|
*: clean up ifp-by-local-address function(s)
David Lamparter
2021-11-17
1
-14
/
+29
|
/
*
lib: fix vrf deletion when the last interface is deleted
Igor Ryzhov
2021-11-11
1
-4
/
+5
*
Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrf
Russ White
2021-11-05
1
-1
/
+2
|
\
|
*
lib: make if_lookup_by_index_all_vrf internal
Igor Ryzhov
2021-10-28
1
-1
/
+2
*
|
Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-all
Russ White
2021-10-27
1
-1
/
+1
|
\
\
|
*
|
lib: make if_lookup_by_name_all_vrf internal
Igor Ryzhov
2021-10-15
1
-1
/
+1
|
|
/
*
|
*: fix interface config write in NB-converted daemons
Igor Ryzhov
2021-10-25
1
-0
/
+19
*
|
Merge pull request #9824 from idryzhov/nb-cli-const-lyd-node
Donald Sharp
2021-10-25
1
-5
/
+7
|
\
\
|
*
|
lib: northbound cli show/cmd functions must not modify data nodes
Igor Ryzhov
2021-10-13
1
-5
/
+7
*
|
|
lib: allow to create interfaces in non-existing VRFs
Igor Ryzhov
2021-10-19
1
-165
/
+109
*
|
|
Merge pull request #9828 from idryzhov/if-lookup-optimize
Donatas Abraitis
2021-10-16
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
lib: optimize if_lookup_by_name_all_vrf
Igor Ryzhov
2021-10-13
1
-1
/
+1
|
|
/
*
|
Merge pull request #9817 from donaldsharp/link_type_ordering
Donatas Abraitis
2021-10-14
1
-3
/
+4
|
\
\
|
*
|
lib: Add missing enum values in switch statement for if_link_type_str
Donald Sharp
2021-10-13
1
-3
/
+4
|
|
/
*
/
lib: fix spelling nits in more lib files
ewlumpkin
2021-10-05
1
-3
/
+3
|
/
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-0
/
+6
*
*: cleanup interface node installation
Igor Ryzhov
2021-07-29
1
-1
/
+11
*
lib: fix interface configuration after vrf change
Igor Ryzhov
2021-06-18
1
-8
/
+11
*
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-06-02
1
-4
/
+3
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-3
/
+3
*
lib: fix interface nb stale pointers
Igor Ryzhov
2021-04-12
1
-4
/
+19
*
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-2
/
+2
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-5
/
+5
*
lib: add utility to get the next index in a vrf
Pat Ruddy
2021-02-02
1
-0
/
+34
*
lib: Remove #if 0 code
Donald Sharp
2021-01-28
1
-142
/
+0
*
lib: Convert inet_ntoa to %pI4
Donatas Abraitis
2020-10-22
1
-4
/
+3
*
lib: Convert usage of strings to %pFX and %pRN
Donald Sharp
2020-10-17
1
-9
/
+6
*
*: Remove solaris from FRR
Donald Sharp
2020-09-21
1
-42
/
+0
*
lib: Note old ifindex on shutdown
Donald Sharp
2020-08-28
1
-0
/
+2
*
evpn-netns: Revert PR5077, has been re-worked post-refactor
Pat Ruddy
2020-08-05
1
-8
/
+5
*
lib: introduce configuration back-off timer for YANG-modeled commands
Renato Westphal
2020-08-03
1
-0
/
+1
*
*: introduce DEFPY_YANG & friends
Renato Westphal
2020-08-03
1
-4
/
+4
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-2
/
+1
*
zebra: show interfaces from all VRFs in "show interface ..." commands
Igor Ryzhov
2020-06-22
1
-0
/
+11
*
Merge pull request #6414 from opensourcerouting/nb-error-handling
Santosh P K
2020-06-10
1
-2
/
+2
|
\
|
*
*: convert northbound callbacks to new error handling model
Renato Westphal
2020-05-29
1
-2
/
+2
*
|
lib: move all userdata when changing node xpath
Quentin Young
2020-06-05
1
-2
/
+8
|
/
*
Merge pull request #6426 from pguibert6WIND/update_ifname_before_hook
Stephen Worley
2020-05-19
1
-5
/
+8
|
\
|
*
lib, zebra: update interface name at netlink creation
Philippe Guibert
2020-05-19
1
-5
/
+8
*
|
lib: fix bandwidth multiplier for link param
Emanuele Di Pascale
2020-05-19
1
-1
/
+1
|
/
*
lib: constify a few parameters of helper functions
Renato Westphal
2020-04-30
1
-6
/
+7
*
Merge pull request #6279 from opensourcerouting/nb-cb-args
Donald Sharp
2020-04-24
1
-65
/
+56
|
\
[next]