Page MenuHomeVyOS Platform

remove Interface.options and use Interface.default instead
Closed, WontfixPublicBUG

Description

The code allows for the options (debug and create ATM) to be overwritten by passing the keyword during class creation
(for example WireGuarfIf(name, create=False, debug=False))

The content of the list should be extracted from the keys of the Interface.default keys instead.

Details

Difficulty level
Easy (less than an hour)
Version
1.3-rolling-202004180117
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Internal change (not visible to end users)