Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- text -*-
2
#
3
#  $Id$
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
#
14
passwd mac2vlan {
15
	filename = ${confdir}/mac2vlan
16
	format = "*VMPS-Mac:=VMPS-VLAN-Name"
17
	delimiter = ","
18
}