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
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
2020-05-19
lib, zebra: update interface name at netlink creation
Philippe Guibert
2020-04-30
lib: constify a few parameters of helper functions
Renato Westphal
2020-04-24
Merge pull request #6279 from opensourcerouting/nb-cb-args
Donald Sharp
2020-04-23
*: change the signature of the northbound callbacks to be more flexible
Renato Westphal
2020-04-20
*: sprintf -> snprintf
Quentin Young
2020-04-16
lib: remove gcc 4.x workaround for nb structure
Chirag Shah
2020-04-16
lib: add interface operational northbound callback
Chirag Shah
2020-04-13
lib: handle failure to change ifindex
Quentin Young
2020-04-13
lib: remove unnecessary null checks
Quentin Young
2020-04-03
lib: consolidate flexible array hack in a single place
Renato Westphal
2020-03-11
*: Remove tests for some XFREE-family functions
Donatas Abraitis
2020-02-14
lib: Add vrf name to outputs/debugs
Donald Sharp
2020-02-14
lib: Format according to our standard
Donald Sharp
2020-02-03
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-01-03
lib: fix ifindex comparison overflow
Quentin Young
2019-12-13
lib: make some variables static
David Lamparter
2019-12-10
lib: fixes invalid running_entry when VRF is changed
Mahdi Varasteh
2019-11-30
lib: gcc 4.x workaround v2 for frr_interface_info
David Lamparter
2019-11-26
lib: add gcc 4.x workaround for frr_interface_info
David Lamparter
2019-11-02
lib, ospfd, zebra: Convert interface_delete to take double pointer
Donald Sharp
2019-11-02
*: Convert connected_free to a double pointer
Donald Sharp
2019-11-02
*: Convert prefix_free to double pointer
Donald Sharp
2019-10-29
vrrpd: only count ipv4 addresses on check start
Ghasem Naddaf
2019-10-24
lib: vrf lookup may be NULL
Donald Sharp
2019-10-09
*: Cleanup interface creation apis
Stephen Worley
2019-10-09
lib: Don't add/del from name tree if name isnt set
Stephen Worley
2019-09-30
Merge pull request #5009 from donaldsharp/interface_deletion
Russ White
2019-09-24
*: fix missing VRF autocompletions
Igor Ryzhov
2019-09-19
lib: delete interface if you can in upper level protocol
Donald Sharp
2019-09-19
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
lib, zebra: Allow for interface deletion when kernel event happens
Donald Sharp
2019-09-18
lib: add oper data cbs for ifaces
Quentin Young
2019-09-18
Revert "lib: introduce a read-write lock for northbound configurations"
Renato Westphal
2019-08-26
Merge pull request #4880 from ddutt/master
Donald Sharp
2019-08-26
lib: Make if_lookup_by_index understand if VRF is backed by netns or not
Dinesh G Dutt
[next]