link executor tests: test vlan dependency learning

This commit is contained in:
Ariadne Conill 2020-08-24 03:01:38 -06:00
parent badcccaa5b
commit 8e7c935cdf
2 changed files with 19 additions and 2 deletions

View file

@ -56,6 +56,8 @@ up|down)
fi
;;
depend)
echo "$IF_VLAN_RAW_DEVICE"
if is_vlan; then
echo "$IF_VLAN_RAW_DEVICE"
fi
;;
esac