Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/systemd/network.conf.d
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-08-02 11:10:37 +0300
committernl6720 <nl6720@gmail.com>2023-08-11 11:40:14 +0300
commit2e6db24f23abe37e0aefbe8950ecc6c15e3bd50f (patch)
treee28d8ee009b9bb6dc3858029b49b015537b6761d /configs/releng/airootfs/etc/systemd/network.conf.d
parent0b8704fe4bda6b9208b5bb9e4060a0aeeea2a669 (diff)
Set IPv6PrivacyExtensions=yes in global systemd-netorkd configuration
Since systemd 245, IPv6PrivacyExtensions can be set not just per connection, but also globally for all connection with a configuration file in /etc/systemd/network.conf.d/.
Diffstat (limited to 'configs/releng/airootfs/etc/systemd/network.conf.d')
-rw-r--r--configs/releng/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf b/configs/releng/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf
new file mode 100644
index 0000000..0e9ceb4
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/network.conf.d/ipv6-privacy-extensions.conf
@@ -0,0 +1,2 @@
+[Network]
+IPv6PrivacyExtensions=yes