Skip to content

FIXED: /etc/quagga directory ownership in pogo.py; quagga daemons can now write…

Rik Janssen requested to merge rjanssen/pogo:patch-1 into master

FIXED: /etc/quagga directory ownership in pogo.py; quagga daemons can now write to their config files.

When copying the quagga path from the host to the LXD container, ownership of the path in the container will now be set to ‘100111:100116’, which translates to the quagga UID and GID within the rootfs of the unprivileged LXD container that was started using the root user.

Note that this fix only applies to the daemons accessed via telnet, and not vtysh!

Merge request reports