diff --git a/executor-scripts/linux/static b/executor-scripts/linux/static index 04d3ae6..aa99533 100755 --- a/executor-scripts/linux/static +++ b/executor-scripts/linux/static @@ -4,6 +4,7 @@ set -e [ -z "$IF_METRIC" ] && IF_METRIC="1" [ -n "$IF_VRF_TABLE" ] && VRF_TABLE="table $IF_VRF_TABLE" +[ -n "$IF_VRF_MEMBER" ] && VRF_TABLE="vrf $IF_VRF_MEMBER" [ -n "$IF_METRIC" ] && METRIC="metric $IF_METRIC" addr_family() {