X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/12f16f60c19b470a3a4e5ee145485095dc674dee..458c07666582eb91984ca0e49ceb73a394f824b5:/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