summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2023-02-03 16:20:53 +0100
committerLouis Scalbert <louis.scalbert@6wind.com>2023-06-05 16:09:07 +0200
commit0230ce98fe4188a98fd9d97ac0ee8e6ee771e2fc (patch)
tree32775341ed0cc760acb5838e94e08874db0ce785
parent88083165832368a0782eee627b17a3795578017a (diff)
downloadaccel-ppp-0230ce98fe4188a98fd9d97ac0ee8e6ee771e2fc.tar.gz
accel-ppp-0230ce98fe4188a98fd9d97ac0ee8e6ee771e2fc.zip
man: add information about link-selection
Add information about link-selection ipoe option in accel-ppp.conf man. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com> Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
-rw-r--r--accel-pppd/accel-ppp.conf.513
1 files changed, 12 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index cf319c33..4424400d 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -388,7 +388,18 @@ Specifies the DCHP option 82 sub-option 2 to be inserted by the DHCP Relay.
.br
The purpose of the sub-option is documented in section 3.2 of RFC3046.
.br
-If not configured, the option 82 is not appended.
+If neither the
+.B link-selection
+option nor this option is present, option 82 is not inserted by the DCHP Relay Agent.
+.TP
+.BI "link-selection=" ipv4_address
+Specifies option 82 sub-option 5 as per RFC3527 to be added by dhcp relay. The value stands for the subnet to be selected by the DHCP server to associate the request to a specific subnet.
+.br
+The purpose of the sub-option is documented in RFC3527.
+.br
+If neither the
+.B agent-remote-id
+option nor this option is present, option 82 is not inserted by the DCHP Relay Agent.
.TP
.BI "interface=" [re:]name[,mode=L2|L3][,shared=0|1][,start=dhcpv4|up|auto]
.BI "" [,range=x.x.x.x/mask][,ifcfg=0|1]