diff options
author | Dmitriy Eshenko <dmitriy.eshenko@accel-ppp.org> | 2023-07-01 09:57:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-01 09:57:36 +0300 |
commit | 7b7b6dabfd83eafc62555e0edc6147ebca270ac4 (patch) | |
tree | c257eb5211f15ba8d54c5d7a207099cadc1559ad /accel-pppd/include/ap_session.h | |
parent | 981f2399a8f61256f866a87f50c3b4a8aa77847c (diff) | |
parent | a9e9f3ea0d7d4c48ba402d885372c978d5c75aab (diff) | |
download | accel-ppp-7b7b6dabfd83eafc62555e0edc6147ebca270ac4.tar.gz accel-ppp-7b7b6dabfd83eafc62555e0edc6147ebca270ac4.zip |
Merge pull request #95 from DmitriyEshenko/show-sessions-impr
CLI: PPPoE: Add possibility to display inbound interface and service-…
Diffstat (limited to 'accel-pppd/include/ap_session.h')
-rw-r--r-- | accel-pppd/include/ap_session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/include/ap_session.h b/accel-pppd/include/ap_session.h index 70515133..27471859 100644 --- a/accel-pppd/include/ap_session.h +++ b/accel-pppd/include/ap_session.h @@ -51,6 +51,7 @@ struct ap_ctrl { int mppe; char *calling_station_id; char *called_station_id; + char *service_name; unsigned int dont_ifcfg:1; unsigned int ppp:1; unsigned int ppp_npmode:2; |