diff options
author | Dmitriy Eshenko <dmitriy.eshenko@accel-ppp.org> | 2023-06-29 20:48:39 +0300 |
---|---|---|
committer | Dmitriy Eshenko <dmitriy.eshenko@accel-ppp.org> | 2023-06-29 20:48:39 +0300 |
commit | a9e9f3ea0d7d4c48ba402d885372c978d5c75aab (patch) | |
tree | 55b97d5d9e7cfa5142a6a607bb00fcebe62f1881 /accel-pppd/include/ap_session.h | |
parent | 4ffeb255b635d0bd7923c600cb07f7d646b7c3d9 (diff) | |
download | accel-ppp-a9e9f3ea0d7d4c48ba402d885372c978d5c75aab.tar.gz accel-ppp-a9e9f3ea0d7d4c48ba402d885372c978d5c75aab.zip |
CLI: PPPoE: Add possibility to display inbound interface and service-name in show sessions command
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; |