lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 15 Jan 2014 14:04:54 +0100
From:	Hannes Frederic Sowa <hannes@...essinduktion.org>
To:	Simon Schneider <simon-schneider@....net>
Cc:	netdev@...r.kernel.org
Subject: Re: Re: Route exceptions for IPv6 routes?

Hi!

On Wed, Jan 15, 2014 at 01:25:25PM +0100, Simon Schneider wrote:
> thanks for the answer.
> 
> Sorry, I'm not so familiar with the implementation details.
> 
> What are nh-exceptions?

Nexthop exceptions, they store e.g. pmtu information in IPv4.

> I understand the current IPv6 implementation has some performance drawbacks. Correct?
> 
> I'm especially interested in 
> a) support for path MTUs

They are stored in the RTF_CACHED leafs of the routing table.

> b) IPv6 policy-based routing (can I expect the same results from "ip -6 rule" commands that I get from "ip rule" commands?)

Yes, you can. And they have nearly the same implementation overhead.

Additionally you can add routes which match a specific source and handle them
directly, this is a feature only in IPv6:

E.g. ip -6 route add .... from ... via ...

Greetings,

  Hannes

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ