mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-31 04:41:18 +00:00
server: networkd applies the first sorted matching network file, thus prefix 'all' fallback networks with 'zz-'.
This commit is contained in:
parent
3b6cb7e19e
commit
0415e42026
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.657) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* server: networkd applies the first sorted matching network file, thus
|
||||||
|
prefix 'all' fallback networks with 'zz-'.
|
||||||
|
|
||||||
|
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 03 Apr 2020 12:57:07 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.656) focal; urgency=medium
|
livecd-rootfs (2.656) focal; urgency=medium
|
||||||
|
|
||||||
[ David Krauser ]
|
[ David Krauser ]
|
||||||
|
@ -25,11 +25,11 @@ chpasswd:
|
|||||||
network:
|
network:
|
||||||
version: 2
|
version: 2
|
||||||
ethernets:
|
ethernets:
|
||||||
all-en:
|
zz-all-en:
|
||||||
match:
|
match:
|
||||||
name: "en*"
|
name: "en*"
|
||||||
dhcp4: true
|
dhcp4: true
|
||||||
all-eth:
|
zz-all-eth:
|
||||||
match:
|
match:
|
||||||
name: "eth*"
|
name: "eth*"
|
||||||
dhcp4: true
|
dhcp4: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user