You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding a static route to a dhcp profile, namely adding: routes=('192.168.0.0/24 via 192.168.2.1')
However the route is never added, ip r doesn't show the route in question. When adding it to a static profile however it works. Is this intended behaviour ?
Basically I just don't want to add that route in some other script/unit. Here is the whole dhcp profile I used:
The profile you post has IP=static. I believe you are saying that it does work like this, but does not when you change that line to IP=dhcp? Could you add NETCTL_DEBUG=yes and scan the journal (or netctl status <profile> for clues about why routes are not added? I believe this should work.
Note though, that this is a bug tracker, not a support forum. While this may be a bug, it is usually expected that reporters try hard to find a cause of the issue they experience.
I tried adding a static route to a dhcp profile, namely adding:
routes=('192.168.0.0/24 via 192.168.2.1')
However the route is never added, ip r doesn't show the route in question. When adding it to a static profile however it works. Is this intended behaviour ?
Basically I just don't want to add that route in some other script/unit. Here is the whole dhcp profile I used:
The text was updated successfully, but these errors were encountered: