diff --git a/etc/systemd/system/service.d/firewalld-icmpv6.conf b/etc/systemd/system/service.d/firewalld-icmpv6.conf new file mode 100644 index 00000000..64c96cc4 --- /dev/null +++ b/etc/systemd/system/service.d/firewalld-icmpv6.conf @@ -0,0 +1,6 @@ +[Unit] +Wants=firewalld.service +After=firewalld.service + +[Service] +ExecStartPost=/usr/bin/firewall-cmd --add-protocol=ipv6-icmp diff --git a/etc/systemd/system/yggdrasil.service.d/.gitignore b/etc/systemd/system/yggdrasil.service.d/.gitignore new file mode 100644 index 00000000..42083d1b --- /dev/null +++ b/etc/systemd/system/yggdrasil.service.d/.gitignore @@ -0,0 +1,2 @@ +firewalld-icmpv6.conf +never-fail.conf diff --git a/etc/systemd/system/yggdrasil.service.d/firewalld-icmpv6.conf b/etc/systemd/system/yggdrasil.service.d/firewalld-icmpv6.conf new file mode 120000 index 00000000..c78cf340 --- /dev/null +++ b/etc/systemd/system/yggdrasil.service.d/firewalld-icmpv6.conf @@ -0,0 +1 @@ +../service.d/firewalld-icmpv6.conf \ No newline at end of file