mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Ppl asked to make ipfw smarter..ok..
here it is..
This commit is contained in:
parent
8f6466e847
commit
dbec390e8a
1 changed files with 3 additions and 3 deletions
|
|
@ -48,9 +48,9 @@ u_short flags=0; /* New entry flags */
|
|||
#define AC 2 /* Accounting action */
|
||||
|
||||
|
||||
#define S_SEP1 "f" /* of "from" */
|
||||
#define S_SEP2 "t" /* of "to" */
|
||||
#define S_SEP3 "v" /* of "via" */
|
||||
#define S_SEP1 "fr" /* of "from" */
|
||||
#define S_SEP2 "to" /* of "to" */
|
||||
#define S_SEP3 "vi" /* of "via" */
|
||||
|
||||
#define P_AC "a" /* of "accept" for policy action */
|
||||
#define P_DE "d" /* of "deny" for policy action */
|
||||
|
|
|
|||
Loading…
Reference in a new issue