New listen address syntax.

FossilOrigin-Name: 0da0c07bed155a1629bd498c5c53915d149d7957e8fffc541e2dce2d4faf5cec
This commit is contained in:
7u83@mail.ru 2016-02-17 15:15:20 +00:00
parent 8fe2c76c26
commit b273793687
1 changed files with 12 additions and 1 deletions

View File

@ -65,7 +65,7 @@
# strict_headers
#
# If set to on, any malformed packets wil be thrown away.
# If set to on, any malformed packets will be thrown away.
#
# Default:
# strict_headers = on
@ -113,6 +113,17 @@
# listen - Listen addresses
# If ommited, AC-Tube tries to find listen addresses by itself.
#
# If set, the format for a listen address goes as follows:
# address:port/protocol
# Port or protocol can be ommited.
# Examples:
# listen = 10.0.3.1:5426/cawap # listens for capwap on 10.3.0.1 port 5426
# listen += 10.3.0.1:8426 # listens for capwap (default) on 10.3.0. port 8426
# listen += 10.3.0.1/lwapp # listens for lwapp on 10.3.0.1 port 12222(default)
# listen += [fe80::a00:27ff:fe6b:b8e3%em0]:5426/capwap # yes, its IPv6
#
# Currently as protocol only capwap is suppert
#
# Defalut:
# listen =