Lines Matching full:match

18 .B match
25 attempts to match every line with every log record received. It does
29 match or only use the
31 match.
34 .B match
39 match { type = ipf; } do { save("file:///var/log/ipf-log"); };
40 match { type = nat; } do { syslog; };
41 match { type = state; } do { execute("/bin/mail root"); };
46 match { \fImatch-it ,match-it, ...\fP } do { \fIaction, action, ...\fP};
62 This option is used to match on log records generated for packets going
66 This option is used to match against the destination address associated
71 This option is used to match against the destination port in log entries.
82 This option is used to match against the network interface name associated
87 This option is used to match against tags set by ipf rules in \fBipf.conf\fR.
91 This option is used to match against tags set by NAT rules in \fBipnat.conf\fR.
94 This option is used to match against the IP protocol field in the packet
98 This option is used to match against the result of packet matching in the
100 then it will match "log" here. The "nomatch" option is for use with
104 This option is used to match against the \fInumber\fR of the rule
109 This option is used to match against the source address associated
114 This option is used to match against the source port in log entries.
200 match { ; } do { syslog("local4."); };
204 match { srcport = 80; } do { save("file:///var/log/web"); };
205 match { dstport = 80; } do { save("file:///var/log/web"); };
208 match { dstip 127.0.0.1; } do { local("local options"); };
214 compared for matches - there is no first or last rule match.