Subject: Is ipv6 fastroute still available in IP Filter4.1.1?
To: None <current-users@NetBSD.org>
From: HIROSE Yuuji <yuuji-netbsd@es.gentei.org>
List: current-users
Date: 04/27/2004 03:01:05
With IP Filter3.4.29, I used ipv6 fastroute 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


I suppose it is parser problem...
Can we use ipv6 fastroute with ipf 4.1.1?

--
yuuji