aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/radius.h
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-06-20 16:15:59 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-06-20 16:15:59 +0000
commitec3e98b8de241d970cf3231b598e8483fc0c7c1b (patch)
tree517d745d63fef5470f7856197ab6400d2d793d98 /usr.sbin/ppp/radius.h
parentd13b5b3cdff39c1f052133695b8543752c9ad1e1 (diff)
downloadsrc-ec3e98b8de241d970cf3231b598e8483fc0c7c1b.tar.gz
src-ec3e98b8de241d970cf3231b598e8483fc0c7c1b.zip
IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You may
want to pass the value to upper layer protocol such as DHCPv6 for prefix delegation. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=116622
Diffstat (limited to 'usr.sbin/ppp/radius.h')
-rw-r--r--usr.sbin/ppp/radius.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/radius.h b/usr.sbin/ppp/radius.h
index eef6d3244490..48d0e235e57e 100644
--- a/usr.sbin/ppp/radius.h
+++ b/usr.sbin/ppp/radius.h
@@ -52,6 +52,7 @@ struct radius {
char *repstr; /* Reply-Message */
char *errstr; /* Error-Message */
#ifndef NOINET6
+ uint8_t *ipv6prefix; /* FRAMED IPv6 Prefix */
struct sticky_route *ipv6routes; /* FRAMED IPv6 Routes */
#endif
struct {