mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
0737984f69
'LinkLocal' was renamed to 'LinkLocalAddressing' in:
commit 56fd6bf795
Author: Tom Gundersen <teg@jklm.no>
Date: Sat Feb 14 00:32:26 2015 +0100
networkd: .network - rename LinkLocal to LinkLocalAddressing
..but apparently the network files were not updated. Fix this.
18 lines
482 B
SYSTEMD
18 lines
482 B
SYSTEMD
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Match]
|
|
Name=ve-*
|
|
Driver=veth
|
|
|
|
[Network]
|
|
# Default to using a /28 prefix, giving up to 13 addresses per container.
|
|
Address=0.0.0.0/28
|
|
LinkLocalAddressing=yes
|
|
DHCPServer=yes
|
|
IPMasquerade=yes
|