-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added setup_commands function to base Module * added setup commands to netplan and fixed linting issues * changed | to union for backward compatibility * fixed list -> List for typing compatibility * forgot the imports * removed walrus and added python 3.7 to test matrix * typoed it * loosened python version constraint * nevermind, typing-extensions and pylint both require >=3.8 * Added netfilter commands * Added run commands to nat module * Updated correct command to load the commands from the system file to the running configuration * Moved sysctl -p to kernelparameter.py, fixed nat.py commands to use -f instead of the redirect operator --------- Co-authored-by: unknown <[email protected]> Co-authored-by: Bobzemob <[email protected]>
- Loading branch information
1 parent
ef755d5
commit 40166c1
Showing
5 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters