summaryrefslogtreecommitdiff
path: root/tests/net_test/iproute.py
AgeCommit message (Expand)Author
2016-02-25Delete net_test from system/extras now that it's in kernel/tests.Lorenzo Colitti
2016-02-21Teach iproute how to dump IP addresses as well.Lorenzo Colitti
2016-01-14Make RTA_METRICS parsing work properly.Lorenzo Colitti
2016-01-14Support specifying attributes in dump requests.Lorenzo Colitti
2015-12-19Add a convenience _GetMsg function and use it.Lorenzo Colitti
2015-12-09Minor changes to netlink code.Lorenzo Colitti
2015-11-09Pass more information to the attribute parsing functions.Lorenzo Colitti
2015-11-06Move common netlink code into a new netlink.pyLorenzo Colitti
2015-10-27Add support for iif rules.Lorenzo Colitti
2015-09-04Annotate a few tests with the relevant kernel commits.Lorenzo Colitti
2015-07-01Add a test for repeated neighbour probes.Lorenzo Colitti
2015-07-01Add a test for ND cache behaviour.Lorenzo Colitti
2015-05-13Improve netlink message debugging.Lorenzo Colitti
2015-05-08Support dumping neighbour cache entries.Lorenzo Colitti
2015-03-03Make UID rules specify "iif lo" to match real device configs.Lorenzo Colitti
2015-02-04Improvements to iproute.Lorenzo Colitti
2015-02-04Improve the dump code.Lorenzo Colitti
2015-02-02Support setting and clearing the default network.Lorenzo Colitti
2015-02-02Clean up code in preparation for AOSP.Lorenzo Colitti
2015-02-02Remove the EXPERIMENTAL from UID routing.Lorenzo Colitti
2015-02-02Fix lint warnings.Lorenzo Colitti
2015-02-02Manually add directly-connected routes as well as default routesLorenzo Colitti
2015-02-02Don't specify lladdr when deleting a neighbour.Lorenzo Colitti
2015-02-02Add debugging capabilities to iproute.Lorenzo Colitti
2015-02-02Add test for source address selection behaviour.Erik Kline
2015-02-02Add basic RTM_GETADDR support.Erik Kline
2015-02-02Return route attribute types as strings.Lorenzo Colitti
2015-02-02Support decoding route attributes, cacheinfo, uid.Lorenzo Colitti
2015-02-02Fix lint error.Lorenzo Colitti
2015-02-02Check that route deletion does not ignore the table.Lorenzo Colitti
2015-02-02Make iproute.py work on 3.4 kernels too.Lorenzo Colitti
2015-02-02Make the test more robust with an unreachable ruleLorenzo Colitti
2015-02-02Improve iproute attribute decoding documentation.Lorenzo Colitti
2015-02-02Test looking up routes with UIDs from userspace.Lorenzo Colitti
2015-02-02Better support for rule attributes.Lorenzo Colitti
2015-02-02Replace shelling out to ip with netlink code.Lorenzo Colitti
2015-02-02Change from UID routing to UID range routing.Lorenzo Colitti
2015-02-02Fixes to iproute.Lorenzo Colitti
2015-02-02Support adding outgoing interface rules.Lorenzo Colitti
2015-02-02Updates to mark_test.Lorenzo Colitti
2015-02-02Add support for reading routing rules.Lorenzo Colitti
2015-02-02Support setting the priority of rules.Lorenzo Colitti
2015-02-02Move ip rule functionality to Python.Lorenzo Colitti