-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RoutingPolicyRule not applied on reconfigure #16784
Comments
|
Hmm. I cannot reproduce the issue. Could you provide debugging logs of |
Effective wl11 initial config: |
|
Sorry, it was not debug log. To override had to create override file in |
|
You use With v246 and your .network file, I confirm that |
|
Ok, changes from .network file will not be applied on |
|
Deleted rules should be restored by both |
|
Interesting: BUT when I try the same with en0 (embedded ethernet device: RFE: Would be nice if |
|
Hm, seems related not to wireless devices but to rule type. So |
C.f. torvalds/linux@b8964ed Partially fixes systemd#16784.
…ot contain src and dst addresses Fixes systemd#16784.
|
Finally, I found the root of this issue. Fix is waiting in #16986. |
C.f. torvalds/linux@b8964ed Partially fixes systemd#16784.
…ot contain src and dst addresses Fixes systemd#16784.
And always send FRA_FWMASK if FirewallMark= is set. C.f. torvalds/linux@b8964ed Partially fixes systemd#16784.
…ot contain src and dst addresses Fixes systemd#16784.
And always send FRA_FWMASK if FirewallMark= is set. C.f. torvalds/linux@b8964ed Partially fixes systemd#16784.
…ot contain src and dst addresses Fixes systemd#16784.
And always send FRA_FWMASK if FirewallMark= is set. C.f. torvalds/linux@b8964ed Partially fixes systemd#16784.
…ot contain src and dst addresses Fixes systemd#16784.
systemd version the issue has been seen with
Used distribution
Expected behaviour you didn't see
Unexpected behaviour you saw
Steps to reproduce the problem
Create any
.networkconfig with RoutingPolicyRule, e.g.After boot or systemd-networkd.service restart, you see the rule.
Then either delete the rule by
ip rule del pri 42AND/OR add new[RoutingPolicyRule]to .network file - afternetworkctl reconfigure IFNAMEORnetworkctl reloadyou see it/them unaplied.The text was updated successfully, but these errors were encountered: