Ensure dst4 and dst6 work in interface

src4 and src6 are already OK
This commit is contained in:
Phil Whineray 2014-06-07 17:26:31 +01:00
parent 7f2ebdc8c0
commit f741b4b422

@ -5107,7 +5107,7 @@ rule() {
shift
;;
dst|DST|destination|DESTINATION)
dst|DST|destination|DESTINATION|dst4|dst6)
if [ "${1}" = "dst4" ]
then
if ! push_namespace ipv4; then return 1; fi