diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-06-28 14:42:17 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-06-28 14:42:17 +0000 |
commit | d640c81aa4fa5ecf43af3c13393e44c95d4512a3 (patch) | |
tree | 0e3ef515209a05df955b8e33be2d312fac10cc7c | |
parent | b2b8e01fe48f3c3ce1c238fbc32e61eab78a1835 (diff) |
i don't think pfsync needs a link-local addr.
-rw-r--r-- | sys/netinet6/in6_ifattach.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c index bb8d776f915..ec27e31b48a 100644 --- a/sys/netinet6/in6_ifattach.c +++ b/sys/netinet6/in6_ifattach.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_ifattach.c,v 1.33 2003/05/14 05:23:37 itojun Exp $ */ +/* $OpenBSD: in6_ifattach.c,v 1.34 2003/06/28 14:42:16 itojun Exp $ */ /* $KAME: in6_ifattach.c,v 1.124 2001/07/18 08:32:51 jinmei Exp $ */ /* @@ -574,6 +574,7 @@ in6_ifattach(ifp, altifp) case IFT_BRIDGE: case IFT_ENC: case IFT_PFLOG: + case IFT_PFSYNC: return; case IFT_PROPVIRTUAL: if (strncmp("bridge", ifp->if_xname, sizeof("bridge")) == 0 && |