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
Age
Commit message (
Expand
)
Author
2021-07-01
*: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELEN
Donatas Abraitis
2021-07-01
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLEN
Donatas Abraitis
2021-07-01
*: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLEN
Donatas Abraitis
2021-06-30
Merge pull request #8780 from idryzhov/fix-zebra-coverity
Renato Westphal
2021-06-29
Merge pull request #8824 from volta-networks/fix_check_for_link_param_change
Olivier Dugeon
2021-06-29
*: unify prefix copying
Igor Ryzhov
2021-06-29
Merge pull request #8835 from ranjanyash54/clear_process
Igor Ryzhov
2021-06-29
Merge pull request #8911 from donaldsharp/command_node
Donatas Abraitis
2021-06-28
isisd, ospfd: update interface_link_params callback to check for change
Karen Schoener
2021-06-27
ospf6d: "clear ipv6 ospf6 process" command
Yash Ranjan
2021-06-24
lib: Add some hash name differentiation for Command Hash's
Donald Sharp
2021-06-24
build: add `-Werror` to xrelfo log format warnings
David Lamparter
2021-06-24
lib: try CLOCK_THREAD_CPUTIME_ID
David Lamparter
2021-06-24
lib: make cputime checks runtime options (v2)
David Lamparter
2021-06-23
Merge pull request #8656 from opensourcerouting/xref-5424-prep-2
Donald Sharp
2021-06-23
Merge pull request #6695 from adharkar/frr-master-gateway_ip
Patrick Ruddy
2021-06-21
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-06-19
Merge pull request #8749 from pjdruddy/bitfield_mtype
Renato Westphal
2021-06-19
Merge pull request #8864 from idryzhov/fix-vtysh-vrf-change
Renato Westphal
2021-06-19
Merge pull request #8876 from idryzhov/remove-pure
David Lamparter
2021-06-18
lib: fix printf format on NetBSD
David Lamparter
2021-06-18
lib: make a few log symbols accessible
David Lamparter
2021-06-18
lib: save instance number in zlog
David Lamparter
2021-06-18
lib: cache PID & TID in zlog code
David Lamparter
2021-06-18
lib: include `\n` in zlog_msg_text()
David Lamparter
2021-06-18
lib: add RFC3164 logging timestamps
David Lamparter
2021-06-18
lib: use fbuf for zlog_msg_ts()
David Lamparter
2021-06-18
lib: record output argument positions in zlog
David Lamparter
2021-06-18
lib: add hook for `show logging` CLI
David Lamparter
2021-06-18
lib: de-conflict `log-filter` CLI command
David Lamparter
2021-06-18
lib: remove pure attribute from functions that modify memory
Igor Ryzhov
2021-06-18
Merge pull request #8478 from mjstapp/fix_nb_grpc_shutdown
Donald Sharp
2021-06-18
lib: add an MTYPE for bitfields
Pat Ruddy
2021-06-18
lib: fix interface configuration after vrf change
Igor Ryzhov
2021-06-17
lib: Do not double-assign freed pointer to NULL
Donatas Abraitis
2021-06-15
lib: cleanup and stop grpc pthread
Mark Stapp
2021-06-15
Merge pull request #8838 from LabNConsulting/chopps/fix-nb-edit-cli
Igor Ryzhov
2021-06-12
lib: do not attempt to create default nodes from NULL tree node
Christian Hopps
2021-06-11
lib: terminate default vrf last
Stephen Worley
2021-06-09
Merge pull request #8807 from mjstapp/fix_srv6_delete
Donald Sharp
2021-06-09
Merge pull request #8798 from opensourcerouting/ospfd-fixes
Olivier Dugeon
2021-06-08
Merge pull request #8593 from idryzhov/cmd-ambiguous
Quentin Young
2021-06-08
lib, ospfd, ospf6d: fix logging of pointer addresses
Renato Westphal
2021-06-08
Merge pull request #8713 from LabNConsulting/chopps/grpc-unit-test
Quentin Young
2021-06-07
bgpd: Add "set evpn gateway-ip" clause for route-map
Ameya Dharkar
2021-06-07
lib: fix address sanitizer crash on `find`
Rafael Zalamena
2021-06-07
lib: add dtor for srv6 locator chunk list
Mark Stapp
2021-06-07
Merge pull request #8778 from idryzhov/fix-zebra-vrf
Rafael Zalamena
[next]