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-next>] [day] [month] [year] [list]
Date:	Tue, 28 Jan 2014 11:38:11 +0200
From:	Asi Lichtenstein <asili22@...il.com>
To:	netdev <netdev@...r.kernel.org>
Subject: IPv6 multiple routing tables - all routes were added to main table

Hi there,

I'm using an old kernel 2.6.16 where i applied this patchset:
http://thread.gmane.org/gmane.linux.network/41149/focus=41150

i was able to create new table but all routes I've added to specific
table were added to main table.

please see output:

# ip -6 rule
0:      from all vrf 0 lookup local
16383:  from all iif eth0 vrf 0 lookup 3
16383:  from all iif eth1 vrf 0 lookup 5
32766:  from all vrf 0 lookup main

# ip -6 route show
2050:: dev eth0  proto static  metric 10  expires 2132979sec mtu 1500
advmss 1440 metric10 4294967295
2050:: dev eth1  proto static  metric 10  expires 2132996sec mtu 1500
advmss 1440 metric10 4294967295
unreachable default dev lo  proto none  metric -1  error -128 metric10 255
unreachable default dev lo  proto none  metric -1  error -128 metric10 255
unreachable default dev lo  proto none  metric -1  error -128 metric10 255
2000::/64 dev eth0.1  metric 256  expires 2132967sec mtu 1500 advmss
1440 metric10 4294967295
2000::/64 dev eth0  metric 256  expires 2132978sec mtu 1500 advmss
1440 metric10 4294967295
fe80::/64 dev eth0  metric 256  expires 2132960sec mtu 1500 advmss
1440 metric10 4294967295
fe80::/64 dev eth1  metric 256  expires 2132960sec mtu 1500 advmss
1440 metric10 4294967295
fe80::/64 dev eth0.4001  metric 256  expires 2132960sec mtu 1500
advmss 1440 metric10 4294967295
fe80::/64 dev eth0.1  metric 256  expires 2132961sec mtu 1500 advmss
1440 metric10 4294967295
unreachable default dev lo  proto none  metric -1  error -128 metric10 255
ff00::/8 dev eth1  metric 256  expires 2132960sec mtu 1500 advmss 1440
metric10 4294967295
ff00::/8 dev eth0.4001  metric 256  expires 2132960sec mtu 1500 advmss
1440 metric10 4294967295
ff00::/8 dev eth0  metric 256  expires 2132960sec mtu 1500 advmss 1440
metric10 4294967295
ff00::/8 dev eth0.1  metric 256  expires 2132961sec mtu 1500 advmss
1440 metric10 4294967295
unreachable default dev lo  proto none  metric -1  error -128 metric10 255


Does anyone know if adding route to specific table should be working
after applying this patch?

10x
--
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