diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2013-10-29 21:36:16 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2013-10-29 21:36:16 +0400 |
commit | f2411cc37b8fa5f0fe78107069b77cee761d2e23 (patch) | |
tree | 7d483b6c720f00e09cf330234c109c15bf126604 /accel-pppd/accel-ppp.conf.5 | |
parent | e68a3f9dd5633f83dc740a71418d66ef6fe7db97 (diff) | |
download | accel-ppp-f2411cc37b8fa5f0fe78107069b77cee761d2e23.tar.gz accel-ppp-f2411cc37b8fa5f0fe78107069b77cee761d2e23.zip |
ipoe: introduce 'vlan-name' option.
This new option is pattern for naming newly created vlans.
Pattern may contain following macros:
%I - name of parent interface
%N - number of vlan
By default vlan-name=%I.%N
Signed-off-by: Dmitry Kozlov <xeb@mail.ru>
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index fd9db87c..73a3233c 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -347,6 +347,17 @@ vlan-mon=eth1,2,5,10,20-30 .TP .BI "vlan-timeout=" n Specifies time of vlan inactivity before it will be removed (seconds). +.TP +.BI "vlan-name=" pattern +Specifies pattern of vlan interface name. Pattern may contain following macros: +.br +.B %I +- name of patern interface. +.br +.B %N +- number of vlan. +.br +By default vlan-name=%I.%N. .SH [dns] .TP .BI "dns1=" x.x.x.x |