6,534
edits
Changes
formatting fixes
Quagga inside a VE CT requires 3 Linux capabilities configured for the container on the hostnodehost node:
vzctl set <id> CTID --capability net_admin:on --save vzctl set <id> CTID --capability net_raw:on --save vzctl set <id> CTID --capability sys_admin:on --save
When they are not configured, you'll see the following symptoms when starting up zebra:
exit_group(1) = ?
[[Category: Networking]]