link executor: integrate physical vlan configuration

This commit is contained in:
Ariadne Conill 2020-08-24 02:58:39 -06:00
parent 72ad50213f
commit badcccaa5b
3 changed files with 90 additions and 12 deletions

View file

@ -1,7 +0,0 @@
#!/bin/sh
case "$PHASE" in
depend)
RAW_DEVICE="${IFACE%.*}"
echo "$RAW_DEVICE"
;;
esac