You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using interfaces2netplan, it gives us the following stacktrace:
Traceback (most recent call last):
File "/usr/bin/interfaces2netplan", line 399, in <module>
main()
File "/usr/bin/interfaces2netplan", line 394, in main
files.show()
File "/usr/bin/interfaces2netplan", line 183, in show
yaml = self.get_yaml()
File "/usr/bin/interfaces2netplan", line 162, in get_yaml
ifile = InterfacesParser(interfaces_lines)
File "/usr/bin/interfaces2netplan", line 203, in __init__
self._parse()
File "/usr/bin/interfaces2netplan", line 255, in _parse
str(i) for i in e.args)))
ValueError: /etc/network/interfaces:24: parse fail at ' bond-mode active-backup': cmd 'bond-mode' unknown/unimplemented
The expected output would've been something like this:
We have the following configuration active in
/etc/network/interfaces
:When using interfaces2netplan, it gives us the following stacktrace:
The expected output would've been something like this:
or
The text was updated successfully, but these errors were encountered: