Subject: bin/25365: ipf 4.1.1 fails to parse ipv6 address in fastroute destination
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <yuuji@gentei.org>
List: netbsd-bugs
Date: 04/28/2004 21:20:11
>Number: 25365
>Category: bin
>Synopsis: ipf 4.1.1 fails to parse ipv6 address in fastroute destination
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Apr 28 12:20:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: HIROSE yuuji
>Release: NetBSD 2.0E
>Organization:
>Environment:
System: NetBSD tmax.yk.gentei.org 2.0E NetBSD 2.0E (TMAX) #21: Tue Apr 27 01:26:46 JST 2004 root@tmax.yk.gentei.org:/sys/arch/i386/compile/TMAX i386
Architecture: i386
Machine: i386
>Description:
With IP Filter3.4.29, ipv6 fastroute was performed by line as follows;
pass out quick on gif1 to fxp0:2001:xxx:yyy::1 from 2001:xxx:yyy::/48 to any
Now ipf 4.1.1 produces syntax error.
# ipf -Fa -6 -f -
pass out quick on gif1 to fxp0:2001:xxx:yyy::1 from 2001:xxx:yyy::/48 to any
syntax error error at ":", line 1
But next line causes no error;
# ipf -Fa -6 -f -
pass out quick on gif1 to fxp0 from 2001:xxx:yyy::/48 to any
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: