diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2020-01-10 05:29:14 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2020-01-10 05:42:16 +0500 |
commit | 8c9c91764069d3f6d3122c7897b05b0b93024246 (patch) | |
tree | cc6461cd7a5fcd2189d78dd33b9afae39e0146dd /accel-pppd/radius/dict/dictionary.rfc6911 | |
parent | 385349450d42f6e1b92e08cabe97ed52cb740fab (diff) | |
download | accel-ppp-8c9c91764069d3f6d3122c7897b05b0b93024246.tar.gz accel-ppp-8c9c91764069d3f6d3122c7897b05b0b93024246.zip |
ipv6pool/radius: implement named ipv6 pools
default stateful ipv6 address & prefix radius attrs are per-rfc6911:
171 Delegated-IPv6-Prefix-Pool
172 Stateful-IPv6-Address-Pool
the single pool name from chap-secret file pool is shared for
ipv4/ipv6/ipv6 dp, new config syntax TBD.
per-proto pool names are still for ipv4 only, new config syntax TBD.
Diffstat (limited to 'accel-pppd/radius/dict/dictionary.rfc6911')
-rw-r--r-- | accel-pppd/radius/dict/dictionary.rfc6911 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/accel-pppd/radius/dict/dictionary.rfc6911 b/accel-pppd/radius/dict/dictionary.rfc6911 new file mode 100644 index 0000000..f8d5204 --- /dev/null +++ b/accel-pppd/radius/dict/dictionary.rfc6911 @@ -0,0 +1,12 @@ +# -*- text -*- +# Copyright (C) 2013 The FreeRADIUS Server project and contributors +# +# Attributes and values defined in RFC 6911 +# http://www.ietf.org/rfc/rfc6911.txt +# + +ATTRIBUTE Framed-IPv6-Address 168 ipv6addr +ATTRIBUTE DNS-Server-IPv6-Address 169 ipv6addr +ATTRIBUTE Route-IPv6-Information 170 ipv6prefix +ATTRIBUTE Delegated-IPv6-Prefix-Pool 171 string +ATTRIBUTE Stateful-IPv6-Address-Pool 172 string |