From: Brendan O'Dea Date: Mon, 29 Nov 2004 07:56:12 +0000 (+0000) Subject: update extended acl syntax X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~314 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/fa3a21e4a815106d785c6bd78fbecce76077854f update extended acl syntax --- 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