Re: [PATCH] iptables: new strict host model match

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jesper Dangaard Brouer
Date: Monday, March 2, 2009 - 6:42 am

On Thu, 26 Feb 2009, Stephen Hemminger wrote:


Is this no almost the same as:

  echo 1 > /proc/sys/net/ipv4/conf/all/arp_ignore




inet_addr_onlink() will call
  -> inet_ifa_match(ip_hdr(skb)->daddr, ifa)

arp_ignore = 1
  -> inet_confirm_addr(in_dev, 0, tip, RT_SCOPE_HOST)
     -> inet_ifa_match(tip, ifa)


Hilsen
   Jesper Brouer

--
-------------------------------------------------------------------
MSc. Master of Computer Science
Dept. of Computer Science, University of Copenhagen
Author of http://www.adsl-optimizer.dk
-------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] iptables: new strict host model match, Stephen Hemminger, (Thu Feb 26, 6:52 pm)
Re: [PATCH] iptables: new strict host model match, Jan Engelhardt, (Thu Feb 26, 8:16 pm)
Re: [PATCH] iptables: new strict host model match, Stephen Hemminger, (Thu Feb 26, 8:23 pm)
Re: [PATCH] iptables: new strict host model match, Jozsef Kadlecsik, (Fri Feb 27, 1:30 am)
Re: [PATCH] iptables: new strict host model match, Jan Engelhardt, (Fri Feb 27, 6:53 pm)
Re: [PATCH] iptables: new strict host model match, Stephen Hemminger, (Fri Feb 27, 7:10 pm)
Re: [PATCH] iptables: new strict host model match, Jan Engelhardt, (Sat Feb 28, 1:27 am)
Re: [PATCH] iptables: new strict host model match, Patrick McHardy, (Mon Mar 2, 4:02 am)
Re: [PATCH] iptables: new strict host model match, Jesper Dangaard Brouer, (Mon Mar 2, 6:42 am)
Re: [PATCH] iptables: new strict host model match, Denys Fedoryschenko, (Mon Mar 2, 6:46 am)
Re: [PATCH] iptables: new strict host model match, Stephen Hemminger, (Mon Mar 2, 11:53 am)
Re: [PATCH] iptables: new strict host model match, Patrick McHardy, (Mon Mar 2, 3:12 pm)