commit | cfd1a58237c5fe84ddd30c9a73dd361697060aed | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue Mar 05 10:04:00 2013 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Tue Mar 05 10:17:45 2013 +0900 |
tree | 8325186b61b3bf89ab3f7a3ce4951434c4aa4d15 | |
parent | 70afde6ad9b5fce63cca594ac9b230d2fc9b21ee [diff] |
Set accept_ra to 2 when enabling IPv6. The default value of accept_ra causes the kernel to accept Router Advertisements only if forwarding is off. This causes problems with clatd, which uses IPv6 forwarding on a tun interface, and it may cause problems with IPv6 tethering when we implement it. Fix this by setting accept_ra to 2, which accepts RAs regardless of whether forwarding is on. Bug: 8276725 Change-Id: Ifee0ceaa68ce438a845fa2d7f3b76c60857114a0