diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-11-09 13:26:13 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-11-09 13:26:13 +0000 |
commit | 1d8b1ac67aa3da258b770c8cbe93971237189152 (patch) | |
tree | 3216f5dc5c59e7c80f8893a340c4915fe3279a53 /sys/netinet6/raw_ip6.c | |
parent | a670dcf4a6746d4a8a524b94fbeef3880940549e (diff) |
Remove the last few XXX rdomain markers. Even those functions respect the
rdomain now and are therefor rdomain save.
OK mpi@
Diffstat (limited to 'sys/netinet6/raw_ip6.c')
-rw-r--r-- | sys/netinet6/raw_ip6.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index ea5429e4e1a..6bce9a963f0 100644 --- a/sys/netinet6/raw_ip6.c +++ b/sys/netinet6/raw_ip6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: raw_ip6.c,v 1.132 2018/10/04 17:33:41 bluhm Exp $ */ +/* $OpenBSD: raw_ip6.c,v 1.133 2018/11/09 13:26:12 claudio Exp $ */ /* $KAME: raw_ip6.c,v 1.69 2001/03/04 15:55:44 itojun Exp $ */ /* @@ -142,7 +142,6 @@ rip6_input(struct mbuf **mp, int *offp, int proto, int af) if (m->m_pkthdr.pf.flags & PF_TAG_DIVERTED) { struct pf_divert *divert; - /* XXX rdomain support */ divert = pf_find_divert(m); KASSERT(divert != NULL); switch (divert->type) { |