mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-23 12:29:51 +00:00
![]() Address some start/stop issues that Dave has pointed out, in addition add the ability to work with multi-instance ospf. Ticket: CM-9298 Reviewed-by: Dave Olson Testing: By hand and passed to Atul for further testing |
||
---|---|---|
.. | ||
my | ||
patches | ||
po | ||
source | ||
tests | ||
bgpd.service | ||
changelog | ||
compat | ||
control | ||
copyright | ||
isisd.service | ||
ospf6d.service | ||
ospfd.service | ||
ospfd@.service | ||
quagga-doc.docs | ||
quagga-doc.info | ||
quagga-doc.install | ||
quagga-doc.lintian-overrides | ||
quagga.conf | ||
quagga.config | ||
quagga.default | ||
quagga.dirs | ||
quagga.docs | ||
quagga.install | ||
quagga.lintian-overrides | ||
quagga.logrotate | ||
quagga.manpages | ||
quagga.pam | ||
quagga.postinst | ||
quagga.postrm | ||
quagga.preinst | ||
quagga.prerm | ||
quagga.service | ||
README.Debian | ||
README.Maintainer | ||
ripd.service | ||
ripngd.service | ||
rules | ||
watch | ||
watchquagga.rc | ||
zebra.service |
# # 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 quagga # Files that keep their names /usr/bin/vtysh Files that got an -pj suffix /etc/default/zebra -> /etc/quagga/debian.conf /etc/init.d/zebra -> /etc/init.d/quagga /etc/zebra/ -> /etc/quagga/ /usr/share/doc/zebra/ -> /usr/share/doc/quagga/ /var/log/zebra/ -> /var/log/quagga/ /var/run/ -> /var/run/quagga/ Files that were moved /usr/sbin/* -> /usr/lib/quagga/