Subject: re: packet filtering & multicast routing To: Darren Reed <darrenr@reed.wattle.id.au> From: matthew green <mrg@eterna.com.au> List: tech-net Date: 06/07/1999 11:25:51
Ah, I see the problem. The code #ifdef'd by PFIL_HOOKS is on the wrong
side of the "sendit:" label in ip_output.c.
i've moved the `sendit' label so that multicast traffic should now be filtered.