diff options
author | brian <brian@FreeBSD.org> | 2002-02-20 15:53:47 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-02-20 15:53:47 +0000 |
commit | 9e9f75c5de32accd95ad5124bbf8337a3e3764f0 (patch) | |
tree | e88c7ff30f9d435c16e062d43ddc2f4493658c70 /usr.sbin/ppp/ppp.8.m4 | |
parent | 1af410bad48c6f61db8e27359c2fb565f0bf3398 (diff) | |
download | FreeBSD-src-9e9f75c5de32accd95ad5124bbf8337a3e3764f0.zip FreeBSD-src-9e9f75c5de32accd95ad5124bbf8337a3e3764f0.tar.gz |
Document NGM_PPPOE_ACNAME handling.
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 231be42..6989b1a 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -4495,6 +4495,12 @@ The given is passed as the service name in the PPPoE Discovery Initiation (PADI) packet. If no provider is given, an empty value will be used. +.Pp +When a PPPoE connection is established, +.Nm +will place the name of the Access Concentrator in the environment variable +.Va ACNAME . +.Pp Refer to .Xr netgraph 4 and |