1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

addon: handle unsupported modules

Example: If /sbin/ethtool is not installed dont run the
ethtool addon module.

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
This commit is contained in:
Roopa Prabhu
2016-07-10 20:23:17 -07:00
parent 0aeb3df334
commit b54179d2ae
4 changed files with 21 additions and 2 deletions

View File

@@ -21,3 +21,6 @@ class invalidValueError(Error):
class errorReadingStateError(Error):
pass
class moduleNotSupported(Error):
pass