diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2023-02-03 16:17:18 +0100 |
---|---|---|
committer | Louis Scalbert <louis.scalbert@6wind.com> | 2023-06-05 16:08:53 +0200 |
commit | 88083165832368a0782eee627b17a3795578017a (patch) | |
tree | db337c67b9aeef9fd085f5b0097000aa52dd9bd0 /accel-pppd | |
parent | 61e31c591e10326630ec9297c50b2dd8d04602c1 (diff) | |
download | accel-ppp-88083165832368a0782eee627b17a3795578017a.tar.gz accel-ppp-88083165832368a0782eee627b17a3795578017a.zip |
man: add information about agent-remote-id
DHCP "agent remote id" sub-option 2 of option 82 can already be
configured with [ipoe] / "agent-remote-id". However, it is not
documented.
Add information about agent-remote-id in accel-ppp.conf man.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Diffstat (limited to 'accel-pppd')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 09c4597e..cf319c33 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -383,6 +383,13 @@ If ip-unnumbered=1 accel-ppp will always assign /32 mask. .br Default value is 1. .TP +.BI "agent-remote-id=" string +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. +.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] .BI "" [,relay=x.x.x.x] |