|
Lines 1215-1222
Link Here
|
| 1215 |
f->timestamp = time_second; |
1215 |
f->timestamp = time_second; |
| 1216 |
|
1216 |
|
| 1217 |
/* Log to console if desired */ |
1217 |
/* Log to console if desired */ |
|
|
1218 |
#if STATEFUL |
| 1219 |
if (((f->fw_flg & IP_FW_F_PRN) || |
| 1220 |
((f->fw_flg & IP_FW_F_PRN_S) && q == NULL)) && fw_verbose) { |
| 1221 |
ipfw_report(f, ip, rif, oif); |
| 1222 |
} |
| 1223 |
|
| 1224 |
#else |
| 1218 |
if ((f->fw_flg & IP_FW_F_PRN) && fw_verbose) |
1225 |
if ((f->fw_flg & IP_FW_F_PRN) && fw_verbose) |
| 1219 |
ipfw_report(f, ip, rif, oif); |
1226 |
ipfw_report(f, ip, rif, oif); |
|
|
1227 |
#endif |
| 1220 |
|
1228 |
|
| 1221 |
/* Take appropriate action */ |
1229 |
/* Take appropriate action */ |
| 1222 |
switch (f->fw_flg & IP_FW_F_COMMAND) { |
1230 |
switch (f->fw_flg & IP_FW_F_COMMAND) { |