~james-hogarth/cloud-init:net-tools-deprecation

Last commit made on 2017-11-14
Get this branch:
git clone -b net-tools-deprecation https://git.launchpad.net/~james-hogarth/cloud-init
Only James Hogarth can upload to this branch. If you are James Hogarth please log in for upload directions.

Branch merges

Branch information

Name:
net-tools-deprecation
Repository:
lp:~james-hogarth/cloud-init

Recent commits

f87375c... by James Hogarth

handle new and old net-tools ifconfig output

this simplifies the parsing of the ifconfig output and
fixes issues with gathering the ipv6 information when
relying on the net-tools ifconfig command

ca9c666... by James Hogarth

ifconfig changed it's output, check both versions for compatibility reasons

13f71fb... by James Hogarth

add the iproute based route information gathering

f5c9f20... by James Hogarth

bring the iproute mock data inline with the nettools mock data

6412ac5... by James Hogarth

fix flake8 failures

2dcfbde... by James Hogarth

fix nettools route information gathering

27df90a... by James Hogarth

provide correct route output for v6 mock data

ee51394... by James Hogarth

make the mock data more readable to ease testing

07be9d4... by James Hogarth

Use side_effect to handle netstat versus ip for route determination

db48caf... by James Hogarth

handle flake8 and pylint testing