mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 12:52:49 +00:00
![]() - bfdd - retain remote dplane client socket - bgpd - Fix to pop items off zebra_announce FIFO for few EVPN triggers - Check if as_type is not specified when peer is a peer-group member - Do not reset peers on suppress-fib toggling - Fix bgp core with a possible Intf delete - Fix `enforce-first-as` per peer-group removal - Fix evpn bestpath calculation when path is not established - Fix graceful-restart for peer-groups - Fix memory leak when creating BMP connection with a source interface - Fix memory leak when reconfiguring a route distinguisher - Fix unconfigure asdot neighbor - Fix use single whitespace when displaying flowspec entries - Fix version attribute is an int, not a string - Import allowed routes with self AS if desired - Initialize as_type for peer-group as AS_UNSPECIFIED - Use gracefulRestart JSON field - Validate both nexthop information (NEXTHOP and NLRI) - Validate only affected RPKI prefixes instead of a full RIB - When calling bgp_process, prevent infinite loop - lib - Allow setsockopt functions to return size set - Fix session re-establishment - Take ge/le into consideration when checking the prefix with the prefix-list - Use backoff setsockopt option for freebsd - ospfd - OSPF multi-instance default origination fixes - pimd - Fix access-list memory leak in pimd - Free igmp proxy joins on interface deletion - igmp proxy joins should not be written as part of config - Prevent crash of pim when auto-rp's socket is not initialized Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org> |
||
---|---|---|
.. | ||
source | ||
tests | ||
.gitignore | ||
changelog | ||
compat | ||
control | ||
copyright | ||
frr-doc.doc-base | ||
frr-doc.info | ||
frr-doc.install | ||
frr-doc.lintian-overrides | ||
frr-grpc.install | ||
frr-pythontools.install | ||
frr-pythontools.lintian-overrides | ||
frr-rpki-rtrlib.install | ||
frr-rpki-rtrlib.lintian-overrides | ||
frr-snmp.install | ||
frr-snmp.lintian-overrides | ||
frr-test-tools.install | ||
frr.conf | ||
frr.dirs | ||
frr.docs | ||
frr.install | ||
frr.lintian-overrides | ||
frr.manpages | ||
frr.pam | ||
frr.postinst | ||
frr.postrm | ||
frr.preinst | ||
frr.tmpfile | ||
gbp.conf | ||
not-installed | ||
README.Debian | ||
README.Maintainer | ||
rules | ||
watch |
# # TODO # - check that tests/{control,daemons} actually do something useful and sensible - /usr/share/doc/frr-doc should be named just frr? - debian/watch pgpsigurlmangle / signing-key - multiarch for DSOs? - frr try-restart # # To check if the patches still apply on new upstream versions: # for i in debian/patches/*.diff; do echo -e "#\n# $i\n#"; patch --fuzz=3 --dry-run -p1 < $i; done # # Filename transition from zebra to frr # Files that keep their names /usr/bin/vtysh Files that got an -pj suffix /etc/default/zebra -> /etc/frr/daemons.conf /etc/init.d/zebra -> /etc/init.d/frr /etc/zebra/ -> /etc/frr/ /usr/share/doc/zebra/ -> /usr/share/doc/frr/ /var/log/zebra/ -> /var/log/frr/ /var/run/ -> /var/run/frr/ Files that were moved /usr/sbin/* -> /usr/lib/frr/