mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use netplan for static wan interface on U-18
This commit is contained in:
parent
ab8017647a
commit
82e1a6fe63
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
template:
|
template:
|
||||||
dest: /etc/systemd/network/IIAB-Static.network
|
dest: /etc/systemd/network/IIAB-Static.network
|
||||||
src: network/systemd-static-net.j2
|
src: network/systemd-static-net.j2
|
||||||
when: wan_ip != "dhcp"
|
when: wan_ip != "dhcp" and not is_ubuntu_18
|
||||||
|
|
||||||
- name: Reload systemd
|
- name: Reload systemd
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue