I have two VLAN interfaces, one of which should only respond to IPv4 and the other only IPv6, but I can not do this, can anyone help me?
The interface that should only respond to IPv4 is named vlan908 and I already did it in it:
echo 1 > /proc/sys/net/ipv6/conf/vlan908/disable_ipv6
echo 0 >...