diff options
author | Dmitriy Eshenko <dmitriy.eshenko@accel-ppp.org> | 2023-11-30 15:16:08 +0300 |
---|---|---|
committer | Dmitriy Eshenko <dmitriy.eshenko@accel-ppp.org> | 2023-11-30 15:16:08 +0300 |
commit | fd22f97d925bb09644165ea22ec6f3eed4351265 (patch) | |
tree | 68adc434ce0b127cad66a54bb3ffee1cae277871 /accel-pppd/accel-ppp.conf.5 | |
parent | 9669bcb99adce771878fb269a1a6a4b641e891b9 (diff) | |
download | accel-ppp-fd22f97d925bb09644165ea22ec6f3eed4351265.tar.gz accel-ppp-fd22f97d925bb09644165ea22ec6f3eed4351265.zip |
vlan_mon: ipoe: pppoe: Add disable vlan timeout feature
Co-authored-by: Peter Adam <p.adam@cygnusnetworks.de>
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 26e32fe..93856fa 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -484,7 +484,7 @@ List must to be sorted by count key. Specified timeout waiting DHCP-Request from client in seconds (default 10). .TP .BI "vlan-mon=" [re:]name[,filter] -Starts vlan monitor on specified interface (requires ipoe kernel module). +Starts vlan monitor on specified interface (requires vlan_mon kernel module). .br The .B filter @@ -493,7 +493,7 @@ parameter specifies list of vlans or ranges of vlans to monitor for and may be i vlan-mon=eth1,2,5,10,20-30 .TP .BI "vlan-timeout=" n -Specifies time of vlan inactivity before it will be removed (seconds). +Specifies time of vlan inactivity before it will be removed in seconds (default 60). A value of 0 disables removal of inactive vlan. .TP .BI "vlan-name=" pattern Specifies pattern of vlan interface name. Pattern may contain following macros: @@ -602,6 +602,32 @@ then ifname is considered as regular expression. Optional .B padi-limit parameter specifies limit of PADI packets to reply on this interface in 1 second period. .TP +.BI "vlan-mon=" [re:]name[,filter] +Starts vlan monitor on specified interface (requires vlan_mon kernel module). +.br +The +.B filter +parameter specifies list of vlans or ranges of vlans to monitor for and may be in following form: +.br +vlan-mon=eth1,2,5,10,20-30 +.TP +.BI "vlan-timeout=" n +Specifies time of vlan inactivity before it will be removed in seconds (default 60). A value of 0 disables removal of inactive vlan. +.TP +.BI "vlan-name=" pattern +Specifies pattern of vlan interface name. Pattern may contain following macros: +.br +.B %I +- name of pattern interface. +.br +.B %N +- number of vlan. +.br +.B %P +- number of vlan of parent interface. +.br +By default vlan-name=%I.%N. +.TP .BI "ac-name=" ac-name Specifies AC-Name tag value. If absent tag will not be sent. .TP |