From: Johannes Berg <johannes@sipsolutions.net>
To: Julian Anastasov <ja@ssi.bg>
Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org,
matti.gottlieb@intel.com
Subject: Re: [PATCH 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast
Date: Fri, 10 Apr 2015 15:10:35 +0200 [thread overview]
Message-ID: <1428671435.1890.22.camel@sipsolutions.net> (raw)
In-Reply-To: <alpine.LFD.2.11.1504101445330.1538@ja.home.ssi.bg>
Hi
>
> > + if (IN_DEV_CONF_GET(in_dev, DROP_UNICAST_IN_L2_MULTICAST) &&
>
> For this flag IN_DEV_ORCONF can be used, by this way
> all/drop_unicast_in_l2_multicast=1 can enable it for all
> interfaces.
Good point. I need to look into that for the other patches in this
series as well.
> So, this is the same patch as the 2014-Aug version
> but this time with flag? But how the previous problems were
> addressed? May be something is changed in kernel afterwards?
>
> So, if your are back at step 1 can you check again
> the problems with this implementation?:
I think I am, sorry about that. I had focused on the CLUSTERIP problem
in your email, and decided that was solved by simply having the admin
for CLUSTERIP networks never set this flag.
> - no way to select correct skb->pkt_type in inet_rtm_getroute
> before ip_route_input, this is a chiken-egg problem, of course,
> skb->pkt_type = PACKET_HOST can work for now
This is interesting. Why does that even build an skb and route it, if it
really just cares about the struct rtable? Anyway, you're right, using
PACKET_HOST would work. I'm not really sure I see the chicken-and-egg
problem though, it's not like the result of this is used to route the
skb again or something, afaict?
> - ip_route_input is called also for ARP, so incoming ARP
> broadcasts are not replied anymore
Hm. I didn't see this in my testing so far, but I only enable this
temporarily, so perhaps by that time it was already done.
This looks like another case of using this function to not really route
anything but to just look up the route, similar to the
inet_rtm_getroute() function you pointed out. Perhaps that would warrant
splitting out somewhat.
On the other hand, there's not all that much reason not to put this into
ip_rcv_finish(), we already touch the rt->rt_type there for MIB
counters. I'll look into that.
> - CLUSTERIP
See above.
Thanks,
johannes
next prev parent reply other threads:[~2015-04-10 13:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-10 7:54 [PATCH 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast Johannes Berg
[not found] ` <1428652454-1224-1-git-send-email-johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
2015-04-10 7:54 ` [PATCH 2/4] ipv6: " Johannes Berg
2015-04-10 7:54 ` [PATCH 3/4] ipv4: add option to drop gratuitous ARP packets Johannes Berg
[not found] ` <1428652454-1224-3-git-send-email-johannes-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
2015-04-10 12:56 ` Sergei Shtylyov
2015-04-10 13:11 ` Johannes Berg
2015-04-11 10:59 ` Julian Anastasov
[not found] ` <alpine.LFD.2.11.1504111340170.2449-c1lBKlETG9EWAawoAK+ZAw@public.gmane.org>
2015-04-13 11:17 ` Johannes Berg
2015-11-04 16:19 ` Johannes Berg
2015-04-10 7:54 ` [PATCH 4/4] ipv6: add option to drop unsolicited neighbor advertisements Johannes Berg
2015-04-10 12:19 ` [PATCH 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast Julian Anastasov
2015-04-10 13:10 ` Johannes Berg [this message]
[not found] ` <1428671435.1890.22.camel-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
2015-04-11 10:39 ` Julian Anastasov
2015-04-13 10:57 ` Johannes Berg
[not found] ` <1428922636.2355.7.camel-cdvu00un1VgdHxzADdlk8Q@public.gmane.org>
2015-04-13 12:04 ` Julian Anastasov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1428671435.1890.22.camel@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=ja@ssi.bg \
--cc=linux-wireless@vger.kernel.org \
--cc=matti.gottlieb@intel.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).