OSDN Git Service

Don't choke if IPv6 rules fail.
authorSreeram Ramachandran <sreeram@google.com>
Thu, 17 Jul 2014 20:27:41 +0000 (13:27 -0700)
committerSreeram Ramachandran <sreeram@google.com>
Sat, 19 Jul 2014 07:52:56 +0000 (00:52 -0700)
commit2909b935203da036f7d9fdccb138ac74397f42e4
tree41e8a6a7928a3dda4f2801c7f0149042a70b210d
parent437eb9c3092c96c1828e326edb6574090fe37aaa
Don't choke if IPv6 rules fail.

On networks with a low MTU, these IPv6 commands may fail because v6 requires a
minimum MTU of 1280. Ignore the failures, since these networks are clearly meant
to be IPv4 only.

Bug: 15466895
Change-Id: Ie8f24f6e7a316633fb60661a07a3e715b6ab6add
SecondaryTableController.cpp