X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/faf6701f6b19073b133d5db6f259c2e67f0c6c2b..17552803b25d07f0df3add1ede410ec72afa099c:/Docs/manual.html diff --git a/Docs/manual.html b/Docs/manual.html index 13748a9..b95858b 100644 --- a/Docs/manual.html +++ b/Docs/manual.html @@ -360,23 +360,25 @@ define the body of the access-list. Standard access-list syntax: Extended access-lists: -
-
{permit|deny} ip +
+

{permit|deny} ip {host|source source-wildcard|any} - {host|destination destination-wildcard|any} -

{permit|deny} udp + {host|destination destination-wildcard|any} [fragments] +

{permit|deny} udp {host|source source-wildcard|any} [{eq|neq|gt|lt} port|range from to] {host|destination destination-wildcard|any} [{eq|neq|gt|lt} port|range from to] -

{permit|deny} tcp + [fragments] +

{permit|deny} tcp {host|source source-wildcard|any} [{eq|neq|gt|lt} port|range from to] {host|destination destination-wildcard|any} [{eq|neq|gt|lt} port|range from to] [{established|{match-any|match-all} - {+|-}{fin|syn|rst|psh|ack|urg} ...] -

+ {+|-}{fin|syn|rst|psh|ack|urg} + ...|fragments] +

users