History | View | Annotate | Download (5.09 KB)
Spacing tweaks for pep8 checker
Call super(deleteIntfs)
Maybe this is better - maybe not. ;-p
Fixing pylint errors
Remove trailing whitespace. ;-/
Updating NAT class to use gateway interface
Also, passing CLI args to NAT constructor
fixes #437
Remove unused imports
Add setup() and dpctl() methods for LinuxBridge
Also adds docstrings.Fixes #422
moving NAT to nodelib
add connected() to LinuxBridge
Add alias + switch: { 'ovs': OVSSwitch, 'lxbr': LinuxBridge }
Add nodelib.py, a library of new node types