vlan: add VLAN plugin

This commit is contained in:
Dan Williams
2017-04-18 22:06:54 -05:00
parent 6b3bf7ea7b
commit 076080eedf
4 changed files with 462 additions and 1 deletions

2
test
View File

@@ -27,7 +27,7 @@ CNI_PATH=$(pwd)/bin:${CNI_PATH}
echo "Running tests"
TESTABLE="plugins/sample"
TESTABLE="plugins/sample plugins/vlan"
# user has not provided PKG override
if [ -z "$PKG" ]; then