Skip to content
Snippets Groups Projects

networkd: Configure Network.LinkLocalAddressing

Merged Thomas Schneider requested to merge th/networkd-link-local-addressing into master
7 files
+ 15
2
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -10,11 +10,13 @@
# networkd:
# - type: 'dhcp'
# link_local_addressing: "no"
# - type: 'static'
# address: '10.10.10.10/24'
# gateway: '10.10.10.1'
# - type: 'routed'
# identifier: 'file-name'
# link_local_addressing: "ipv4"
# interfaces:
# - 'eth0'
# addresses:
@@ -76,6 +78,7 @@ networkd_bond_vlans:
name: storage
bridge: false
address: 10.10.10.10/24
link_local_addressing: "no"
- id: 42
name: public
bridge: true
Loading