local.m4: Fix IGMP acceptance (debris from old interface declarations).
authorMark Wooding <mdw@distorted.org.uk>
Tue, 6 Mar 2012 10:38:07 +0000 (10:38 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 6 Mar 2012 10:38:07 +0000 (10:38 +0000)
commitfc489c1628dedacbfca3f709ceac03aee0663b98
treeb98f169cea6fe9f38c7cb89381342a48b35c8eef
parent16838f5907ea531799a81a693667c3d3d03737b0
local.m4: Fix IGMP acceptance (debris from old interface declarations).

The rules which allowed incoming IGMP were written in terms of (a) the
old $if_... variables which have now disappeared, and (b) an explicit
list of the `trusted' networks.  Fix this to use the new system: walk
the list of networks, examine their classes, and determine the
interfaces.
local.m4