Skip to content

[th/platform-routing-rules-compare]

Thomas Haller requested to merge th/platform-routing-rules-compare into master

When running against older kernels (e.g. rhel-7), then kernel might not support several routing rule attributes.

Note that NMPRulesManager checks whether a rule exists before adding it ([1]). That means, NetworkManager must use the same notion of what equality means as the current kernel we run against.

Preferably, we detect that at runtime, but kernel does not make that easy so have a compile-time default as fallback that depends on the kernel headers we built against.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1652653

Merge request reports