diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-04-07 15:23:25 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-04-07 15:23:25 +0100 |
commit | cb7edbfcb0adfb9bceacebb3d1a88234256743c4 (patch) | |
tree | 9041579639d6abee92b367073b80645f2ea896f9 | |
parent | 40646007c03f9088f0d6136b50a83077b1b8934c (diff) | |
parent | f4dc6422e3008ae7ba060a0d469284dff5c5daad (diff) | |
download | sos-cb7edbfcb0adfb9bceacebb3d1a88234256743c4.tar.gz |
Merge pull request #265 from karibou/fix_interfaces.d
Add collection of /etc/network/interfaces.d for Ubuntu
-rw-r--r-- | sos/plugins/networking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index 45e7c971..952dcfd9 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -153,6 +153,7 @@ class UbuntuNetworking(Networking, UbuntuPlugin): self.add_copy_specs([ "/etc/resolvconf", "/etc/network/interfaces", + "/etc/network/interfaces.d", "/etc/ufw", "/var/log/ufw.Log", "/etc/resolv.conf" |