#!/bin/sh
#
# This file is for Vland test
#
# Prints the vlan names for this device
#
# Usage: ``lava-vland-names``

echo ${LAVA_VLAND_NAMES}
