diff options
author | xdegaye <xdegaye@gmail.com> | 2017-12-07 11:59:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 11:59:13 (GMT) |
commit | 961dbe0548e26394b7716d41423c61b1e2e58ef7 (patch) | |
tree | 6bbf813d3d61280463c5f56ab8a5e63f07c8fc8e /Misc | |
parent | fb77e0d855e841f42c3fa504efe79eefca9efafb (diff) | |
download | cpython-961dbe0548e26394b7716d41423c61b1e2e58ef7.zip cpython-961dbe0548e26394b7716d41423c61b1e2e58ef7.tar.gz cpython-961dbe0548e26394b7716d41423c61b1e2e58ef7.tar.bz2 |
bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-12-04-12-23-26.bpo-32199.nGof4v.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-04-12-23-26.bpo-32199.nGof4v.rst b/Misc/NEWS.d/next/Library/2017-12-04-12-23-26.bpo-32199.nGof4v.rst new file mode 100644 index 0000000..d5f88ce --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-12-04-12-23-26.bpo-32199.nGof4v.rst @@ -0,0 +1 @@ +The getnode() ip getter now uses 'ip link' instead of 'ip link list'. |