Rules Related To 'quagga'

Component overview

Relevant packages:

Relevant groups:

None

Changelog:

No changes recorded.

Relevant rules:

Rule details

Uninstall quagga Package

package_quagga_removed

Description

The quagga package can be removed with the following command:

 $ sudo dnf erase quagga

Rationale

Routing software is typically used on routers to exchange network topology information with other routers. If routing software is used when not required, system network information may be unnecessarily transmitted across the network.
If there is no need to make the router software available, removing it provides a safeguard against its activation.

Disable Quagga Service

service_zebra_disabled

Description

The zebra service can be disabled with the following command:

$ sudo systemctl mask --now zebra.service

Rationale

Routing protocol daemons are typically used on routers to exchange network topology information with other routers. If routing daemons are used when not required, system network information may be unnecessarily transmitted across the network.