diff options
author | Guillaume Nault <g.nault@alphalink.fr> | 2018-11-30 17:36:17 +0100 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2018-12-04 06:26:39 +0300 |
commit | 2e66e6a9e39b1e1b27a1b898efdd3a955bbf1d4e (patch) | |
tree | 81a37e5ae90e52d9eefb8f95d8c1d203d190e8f1 /cmake | |
parent | 68475cd0e1bfb30f8391e04ad2ec1770482ff74c (diff) | |
download | accel-ppp-2e66e6a9e39b1e1b27a1b898efdd3a955bbf1d4e.tar.gz accel-ppp-2e66e6a9e39b1e1b27a1b898efdd3a955bbf1d4e.zip |
radius: implement Framed-IPv6-Route attribute
Framed-IPv6-Route is the IPv6 counterpart of Framed-Route. It's only
used for defining routes to be added locally by accel-ppp. Routes that
should be announced to the peer using Router Advertisements should be
defined in the Route-IPv6-Information attribute (but that's currently
not implemented).
Framed-IPv6-Route format is:
<network in CIDR notation> [<gateway IPv6 address> [<route metric>]]
The gateway address and the route metric are optionals, but the metric
can only be set if a gateway address is given. One can use the
unspecified address '::' to define a route with no gateway and a
non-default route metric.
When no gateway address is defined, the session's network interface is
used directly.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions