commit | 77df222ae0322e2093ea8e53855077e866e4c46d | [log] [tgz] |
---|---|---|
author | Ravi Gummadidala <rgummadi@codeaurora.org> | Fri Mar 22 15:38:04 2013 -0700 |
committer | Ravi Gummadidala <rgummadi@codeaurora.org> | Fri Mar 22 15:40:14 2013 -0700 |
tree | c8fb6ac4b54ed7cc7b65ede0231b8f16f0fc5cd8 | |
parent | 35dcc1dfe10c0372302ec0369798061a7edeef6b [diff] |
Fix the ipv6 default route Basically we need either one of this message from netlink_socket to setup v6-rule, now it seems we always get (2) similar thing. so I add codes to support both cases (1) ip -6 route add default dev rmnet1 metric 1024 . before I only listen for this (2) Route ADD ::/0 Next Hop: fe80:0000:0000:0000:3013:d30f:9025:6704, metric 1024, dev rmnet1 . now we also support this Change-Id: I35af45dab73d5ebff80bf8cbc570ada21e9d267c