etheroute-lon01: IPIP shouldn't bind to that
This commit is contained in:
parent
a344287e92
commit
81b19971d1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ let
|
|||
}: {
|
||||
description = "IPIP interface ${name}";
|
||||
wantedBy = [ "network-setup.service" "sys-subsystem-net-devices-${underlayDevice}.device" ];
|
||||
bindsTo = [ "${underlayDevice}-netdev.service" "sys-subsystem-net-devices-${underlayDevice}.device" ];
|
||||
bindsTo = [ "sys-subsystem-net-devices-${underlayDevice}.device" ];
|
||||
partOf = [ "network-setup.service" ];
|
||||
after = [ "network-pre.target" "sys-subsystem-net-devices-${underlayDevice}.device" "network-addresses-${underlayDevice}.service" ];
|
||||
before = [ "network-setup.service" ];
|
||||
|
|
Loading…
Reference in a new issue