Add IPv6 support to firewall tasks / template

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-05-25 18:16:58 +03:00
parent a17cb2a0a0
commit a8f4500567
3 changed files with 28 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
ghetto_ipsets:
public: { src: '0.0.0.0/0' }
public: { src: '0.0.0.0/0', ipv6src: '::/0' }
# vim: set ts=2 sw=2: