Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- text -*-
2
#
34 - 3
#  $Id: bdfef238076bb1ea16c494bf6e22f1d2af848b62 $
4 - 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
}