This is a discussion on IPF 4.1, inserting a rule within the IPFilter forums, part of the System Security and Security Related category; When a rule is added at a line specified with @n, it is added before line n, not as line ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
When a rule is added at a line specified with @n, it is added before line n,
not as line n as in IPF 3.4.x and in the man page ipf(5). Is this an intended change of semantics or a bug? (OS: Solaris 7) Example: echo '@4 block in on elxl0 log quick from 1.1.1.1/32' | /sbin/ipf -f - /sbin/ipfstat -in shows: @3 block in log quick on elxl0 from 1.1.1.1/32 to any |