index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
if.c
Age
Commit message (
Expand
)
Author
2022-06-20
Merge pull request #11146 from NicolasDichtel/master
Igor Ryzhov
2022-06-16
lib: correct two comments
anlan_cs
2022-05-30
lib/if: fix interface name comparison
Nicolas Dichtel
2022-02-22
lib: Fix possible usage of uninited data
Donald Sharp
2022-02-02
lib: Correct bug for TE metric wrong assignement
Olivier Dugeon
2022-01-24
*: do not print vrf name for interface config when using vrf-lite
Igor Ryzhov
2021-11-23
lib, yang: remove vrf from the interface list key
Igor Ryzhov
2021-11-22
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
Merge pull request #10076 from idryzhov/if-is-loopback-or-vrf
Donald Sharp
2021-11-17
*: clean up ifp-by-local-address function(s)
David Lamparter
2021-11-16
*: unify if_is_loopback/if_is_loopback_or_vrf
Igor Ryzhov
2021-11-11
lib: fix vrf deletion when the last interface is deleted
Igor Ryzhov
2021-11-05
Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrf
Russ White
2021-10-28
lib: make if_lookup_by_index_all_vrf internal
Igor Ryzhov
2021-10-27
Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-all
Russ White
2021-10-25
*: fix interface config write in NB-converted daemons
Igor Ryzhov
2021-10-25
Merge pull request #9824 from idryzhov/nb-cli-const-lyd-node
Donald Sharp
2021-10-19
lib: allow to create interfaces in non-existing VRFs
Igor Ryzhov
2021-10-16
Merge pull request #9828 from idryzhov/if-lookup-optimize
Donatas Abraitis
2021-10-15
lib: make if_lookup_by_name_all_vrf internal
Igor Ryzhov
2021-10-14
Merge pull request #9817 from donaldsharp/link_type_ordering
Donatas Abraitis
2021-10-13
lib: optimize if_lookup_by_name_all_vrf
Igor Ryzhov
2021-10-13
lib: northbound cli show/cmd functions must not modify data nodes
Igor Ryzhov
2021-10-13
lib: Add missing enum values in switch statement for if_link_type_str
Donald Sharp
2021-10-05
lib: fix spelling nits in more lib files
ewlumpkin
2021-08-23
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-07-29
*: cleanup interface node installation
Igor Ryzhov
2021-06-18
lib: fix interface configuration after vrf change
Igor Ryzhov
2021-06-02
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-05-13
lib: adapt to version 2 of libyang
Christian Hopps
2021-04-12
lib: fix interface nb stale pointers
Igor Ryzhov
2021-03-17
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-02-02
lib: add utility to get the next index in a vrf
Pat Ruddy
2021-01-28
lib: Remove #if 0 code
Donald Sharp
2020-10-22
lib: Convert inet_ntoa to %pI4
Donatas Abraitis
2020-10-17
lib: Convert usage of strings to %pFX and %pRN
Donald Sharp
2020-09-21
*: Remove solaris from FRR
Donald Sharp
2020-08-28
lib: Note old ifindex on shutdown
Donald Sharp
2020-08-05
evpn-netns: Revert PR5077, has been re-worked post-refactor
Pat Ruddy
2020-08-03
lib: introduce configuration back-off timer for YANG-modeled commands
Renato Westphal
2020-08-03
*: introduce DEFPY_YANG & friends
Renato Westphal
2020-07-14
*: un-split strings across lines
David Lamparter
2020-06-22
zebra: show interfaces from all VRFs in "show interface ..." commands
Igor Ryzhov
2020-06-10
Merge pull request #6414 from opensourcerouting/nb-error-handling
Santosh P K
2020-06-04
lib: move all userdata when changing node xpath
Quentin Young
2020-05-28
*: convert northbound callbacks to new error handling model
Renato Westphal
2020-05-19
Merge pull request #6426 from pguibert6WIND/update_ifname_before_hook
Stephen Worley
2020-05-19
lib: fix bandwidth multiplier for link param
Emanuele Di Pascale
[next]