diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/vyos/ifconfig.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python/vyos/ifconfig.py b/python/vyos/ifconfig.py index de53f8b25..fe3cd20ef 100644 --- a/python/vyos/ifconfig.py +++ b/python/vyos/ifconfig.py @@ -91,6 +91,7 @@ class Interface:              self._debug_msg("returned:\n{}".format(tmp.decode()))          # do we need some error checking code here? +        return tmp      def _read_sysfs(self, filename):          """ | 
