#
# This is a complete entry for "steve". Note that there is no Fall-Through
# entry so that no DEFAULT entry will be used, and the user will NOT
# get any attributes in addition to the ones listed here.
#
test	Cleartext-Password := "test"
	Service-Type = Framed-User,
	Framed-Protocol = PPP,
	Framed-Route = 192.168.100.5/24,
	Framed-Route = 192.168.1.0/8,
	Framed-IP-Address = 192.168.1.190,
	Framed-IP-Netmask = 255.255.255.0,
	Framed-Routing = Broadcast-Listen,
	Framed-MTU = 1500

test6	Cleartext-Password := "test"
	Service-Type = Framed-User,
	Framed-Protocol = PPP,
	Framed-Route = 192.168.100.5/24,
	Framed-Route = 192.168.1.0/8,
	Framed-IPv6-Prefix = "2000:0:0:106::/64",
	Framed-IP-Address = 192.168.1.190,
	Framed-IP-Netmask = 255.255.255.0,
	Framed-Routing = Broadcast-Listen,
	Framed-MTU = 1500

# user-unknown-vsa-last sends an unknown VSA as the last attribute,
# but a known VSA as the one before last.
user-unknown-vsa-last	Cleartext-Password := "test"
	Service-Type = Framed-User,
	Framed-Protocol = PPP,
	Framed-Route = 192.168.100.5/24,
	Framed-Route = 192.168.1.0/8,
	Framed-IP-Address = 192.168.1.190,
	Framed-IP-Netmask = 255.255.255.0,
	Framed-Routing = Broadcast-Listen,
	Framed-MTU = 1500,
	MS-CHAP-Response = Hi-There,
	RP-Upstream-Speed-Limit = 3

# user-known-vsa-last sends an known VSA as the last attribute,
# and an unknown VSA as the one before last.
user-known-vsa-last	Cleartext-Password := "test"
	Service-Type = Framed-User,
	Framed-Protocol = PPP,
	Framed-Route = 192.168.100.5/24,
	Framed-Route = 192.168.1.0/8,
	Framed-IP-Address = 192.168.1.190,
	Framed-IP-Netmask = 255.255.255.0,
	Framed-Routing = Broadcast-Listen,
	Framed-MTU = 1500,
	RP-Upstream-Speed-Limit = 3,
	MS-CHAP-Response = Hi-There
