bring over newinterface branch from Verivue
authorsmbaker <smbaker@fc8clean.lan>
Tue, 10 Apr 2012 04:43:41 +0000 (21:43 -0700)
committersmbaker <smbaker@fc8clean.lan>
Tue, 10 Apr 2012 04:43:41 +0000 (21:43 -0700)
commitf1b4415be5ba4be9941d25b531c46696b377fa3a
treee3e41655abde2efa475e227869179e281191a6ec
parentcb77137d884be296fe1e0b15eabe69d18ba443ae
bring over newinterface branch from Verivue
27 files changed:
PLC/Accessors/Factory.py
PLC/InterfaceTags.py
PLC/Interfaces.py
PLC/IpAddresses.py [new file with mode: 0644]
PLC/Methods/AddIpAddress.py [new file with mode: 0644]
PLC/Methods/AddNode.py
PLC/Methods/AddRoute.py [new file with mode: 0644]
PLC/Methods/DeleteIpAddress.py [new file with mode: 0644]
PLC/Methods/DeleteRoute.py [new file with mode: 0644]
PLC/Methods/GetInterfaces.py
PLC/Methods/GetIpAddresses.py [new file with mode: 0644]
PLC/Methods/GetRoutes.py [new file with mode: 0644]
PLC/Methods/Legacy/AddInterface.py [new file with mode: 0644]
PLC/Methods/Legacy/AddNode.py [new file with mode: 0644]
PLC/Methods/Legacy/DeleteInterface.py [new file with mode: 0644]
PLC/Methods/Legacy/DeleteNode.py [new file with mode: 0644]
PLC/Methods/Legacy/GetInterfaces.py [new file with mode: 0644]
PLC/Methods/Legacy/GetNodes.py [new file with mode: 0644]
PLC/Methods/Legacy/UpdateInterface.py [new file with mode: 0644]
PLC/Methods/Legacy/UpdateNode.py [new file with mode: 0644]
PLC/Methods/Legacy/__init__.py [new file with mode: 0644]
PLC/Methods/UpdateIpAddress.py [new file with mode: 0644]
PLC/Methods/UpdateNode.py
PLC/Methods/UpdateRoute.py [new file with mode: 0644]
PLC/Nodes.py
PLC/Routes.py [new file with mode: 0644]
setup.py