[ipfilter-cvs] ipfilter/tools ipnat_y.y,v5-1-RELEASE
Brought to you by:
darren_r
From: Darren <dar...@us...> - 2009-07-27 18:52:12
|
Update of /cvsroot/ipfilter/ipfilter/tools In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1906/tools Modified Files: Tag: v5-1-RELEASE ipnat_y.y Log Message: 2827998 extra keywords in dictionary Index: ipnat_y.y =================================================================== RCS file: /cvsroot/ipfilter/ipfilter/tools/ipnat_y.y,v retrieving revision 1.19 retrieving revision 1.19.2.1 diff -C2 -d -r1.19 -r1.19.2.1 *** ipnat_y.y 7 Jul 2009 07:40:10 -0000 1.19 --- ipnat_y.y 27 Jul 2009 18:52:01 -0000 1.19.2.1 *************** *** 119,123 **** %token IPNY_TLATE IPNY_POOL IPNY_HASH IPNY_NO IPNY_REWRITE IPNY_PROTO %token IPNY_ON IPNY_SRC IPNY_DST IPNY_IN IPNY_OUT IPNY_DIVERT IPNY_ENCAP ! %token IPNY_RANDOM IPNY_HASHMD5 IPNY_CONFIG IPNY_ALLOW IPNY_DENY IPNY_DNS %token IPNY_SEQUENTIAL IPNY_DSTLIST %type <port> portspec --- 119,123 ---- %token IPNY_TLATE IPNY_POOL IPNY_HASH IPNY_NO IPNY_REWRITE IPNY_PROTO %token IPNY_ON IPNY_SRC IPNY_DST IPNY_IN IPNY_OUT IPNY_DIVERT IPNY_ENCAP ! %token IPNY_CONFIG IPNY_ALLOW IPNY_DENY IPNY_DNS %token IPNY_SEQUENTIAL IPNY_DSTLIST %type <port> portspec *************** *** 1223,1227 **** { "from", IPNY_FROM }, { "hash", IPNY_HASH }, - { "hash-md5", IPNY_HASHMD5 }, { "icmpidmap", IPNY_ICMPIDMAP }, { "in", IPNY_IN }, --- 1223,1226 ---- *************** *** 1240,1244 **** { "proto", IPNY_PROTO }, { "proxy", IPNY_PROXY }, - { "random", IPNY_RANDOM }, { "range", IPNY_RANGE }, { "rewrite", IPNY_REWRITE }, --- 1239,1242 ---- |