From 98f78aba9d0830c72c8bc3a41299b63ac701f87d Mon Sep 17 00:00:00 2001 From: shin Date: Sat, 19 Feb 2000 16:10:16 +0000 Subject: Change IPv6 scoped addr format again based on recent standard discussion. Sorry for the flapping, but no change will be done for 4.0 anymore. Official standard will be published around April or later. If different format would be adopted at that time, then support for the new format will be added to the succeeding FreeBSD 4.x. Approved by: jkh --- sbin/setkey/token.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/setkey/token.l') diff --git a/sbin/setkey/token.l b/sbin/setkey/token.l index b75fd45..0154bee 100644 --- a/sbin/setkey/token.l +++ b/sbin/setkey/token.l @@ -108,7 +108,7 @@ hexstring 0[xX]{hexdigit}+ octetstring {octet}({dot}{octet})+ ipaddress {ipv4addr}|{ipv6addr} ipv4addr {digit}{1,3}({dot}{digit}{1,3}){0,3} -ipv6addr {hexdigit}{0,4}({colon}{hexdigit}{0,4}){2,7}(@{letter}{letter}+)? +ipv6addr {hexdigit}{0,4}({colon}{hexdigit}{0,4}){2,7}(%{letter}{letter}+)? ipaddrmask {slash}{digit}{1,3} ipaddrport {blcl}{decstring}{elcl} keyword {letter}{letter}+ -- cgit v1.1