]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ng_pppoe(8): add support for user-supplied Host-Uniq tag.
authoreugen <eugen@FreeBSD.org>
Wed, 14 Feb 2018 21:17:44 +0000 (21:17 +0000)
committereugen <eugen@FreeBSD.org>
Wed, 14 Feb 2018 21:17:44 +0000 (21:17 +0000)
commitfb2be7f6c89ec92808537e474672669323cb22a0
treec1b7c9abb2953a33d077853b74a55c6acd97cd7c
parent56502ff2edb2874b4409f5e5e9cc60988f474c3f
ng_pppoe(8): add support for user-supplied Host-Uniq tag.

A few ISP filter PADI requests based on such tag,
to force the use of their own routers.
The custom Host-Uniq tag is passed in the NGM_PPPOE_CONNECT
control message, so it can be used with FreeBSD ppp(8)
and mpd without any other change.

Add support to send and receive PADM messages,
HURL and MOTM, often used by service providers to provide
ACS information and other configuration settings
to the user CPE.

Submitted by: ale
Approved by: mav (mentor)
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D9270
share/man/man4/ng_pppoe.4
sys/netgraph/ng_pppoe.c
sys/netgraph/ng_pppoe.h