Merge pull request #82026 from andir/systemd-update-networkd-options

nixos/networkd: update configuration options
This commit is contained in:
Florian Klink
2020-05-01 13:49:24 +02:00
committed by GitHub
3 changed files with 149 additions and 15 deletions
@@ -546,7 +546,7 @@ in
Note that this option might require to do some adjustments to the container configuration,
e.g. you might want to set
<varname>systemd.network.networks.$interface.dhcpConfig.ClientIdentifier</varname> to "mac"
<varname>systemd.network.networks.$interface.dhcpV4Config.ClientIdentifier</varname> to "mac"
if you use <varname>macvlans</varname> option.
This way dhcp client identifier will be stable between the container restarts.