Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/dist/ipf/tools Pullup rev 1.6 (requested by grant in ti...



details:   https://anonhg.NetBSD.org/src/rev/142f070c945c
branches:  netbsd-2-0
changeset: 562762:142f070c945c
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Oct 08 03:01:58 2004 +0000

description:
Pullup rev 1.6 (requested by grant in ticket #891)

Actually add a token to generate the value IPNY_TCPUDP as expected by the grammar. PR#25972

diffstat:

 dist/ipf/tools/ipnat_y.y |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 09aa4dc26835 -r 142f070c945c dist/ipf/tools/ipnat_y.y
--- a/dist/ipf/tools/ipnat_y.y  Fri Oct 08 03:01:15 2004 +0000
+++ b/dist/ipf/tools/ipnat_y.y  Fri Oct 08 03:01:58 2004 +0000
@@ -571,6 +571,7 @@
        { "sticky",     IPNY_STICKY },
        { "tag",        IPNY_TAG },
        { "tcp",        IPNY_TCP },
+       { "tcpudp",     IPNY_TCPUDP },
        { "to",         IPNY_TO },
        { "udp",        IPNY_UDP },
        { "-",          '-' },



Home | Main Index | Thread Index | Old Index