blob: ee8e4b39160251d7c44b23c58c79cfd36c3eb1a6 [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2#
3# $Id: a1db803a71cddbb98daeeeda515cff2fc77ea318 $
4
5# A simple file to map a MAC address to a VLAN.
6#
7# The file should be in the format MAC,VLAN
8# the VLAN name cannot have spaces in it, for example:
9#
10# 00:01:02:03:04:05,VLAN1
11# 03:04:05:06:07:08,VLAN2
12# ...
13#
14passwd mac2vlan {
15 filename = ${modconfdir}/${.:name}/${.:instance}
16 format = "*VMPS-Mac:=VMPS-VLAN-Name"
17 delimiter = ","
18}