Ppl asked to make ipfw smarter..ok..

here it is..
This commit is contained in:
Ugen J.S. Antsilevich 1995-02-14 09:34:04 +00:00
parent 8f6466e847
commit dbec390e8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6372

View File

@ -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 */