Hi, what is the correct way of specifying an ipv6 netmask in the nodecon statement? I am searching for a valid netmask for localhost (::1). 'fe80::/10' should be one, but since the syntax does not support any prefix-length, this is not compiling. Using 'fe80::' seems to work fine, but setools is complaining [1]. Or should I use the full netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff' ? [1]: https://github.com/SELinuxProject/setools/issues/40