]> git.proxmox.com Git - mirror_ifupdown2.git/commit - ifupdown/scheduler.py
python-ifupdown initial checkin
authorroopa <roopa@cumulusnetworks.com>
Mon, 4 Nov 2013 14:06:11 +0000 (06:06 -0800)
committerroopa <roopa@cumulusnetworks.com>
Mon, 4 Nov 2013 14:06:11 +0000 (06:06 -0800)
commita6f80f0e0bc269eb8264efa9dcb72c94f1fcbc63
treec9f5eebe963a9a3ee54a9a2579a0db12d8c52823
python-ifupdown initial checkin

Ticket: CM-1438
Reviewed By: TBD
Testing Done:

- Will checkin build files after some more testing and performance
  numbers. It will go into the testing repo for 2.0

- All TODO items are part of the checked in TODO file
22 files changed:
README [new file with mode: 0644]
TODO [new file with mode: 0644]
debian/python-ifupdown2.postinst [new file with mode: 0644]
debian/python-ifupdown2.postrm [new file with mode: 0644]
init.d/networking [new file with mode: 0644]
man/ifdown.8 [new file with mode: 0644]
man/ifquery.8 [new file with mode: 0644]
man/ifup.8 [new file with mode: 0644]
man/interfaces.5 [new file with mode: 0644]
pkg/__init__.py [new file with mode: 0644]
pkg/exceptions.py [new file with mode: 0644]
pkg/graph.py [new file with mode: 0644]
pkg/iface.py [new file with mode: 0644]
pkg/ifupdown_main.py [new file with mode: 0644]
pkg/ifupdownbase.py [new file with mode: 0644]
pkg/log.py [new file with mode: 0644]
pkg/networkinterfaces.py [new file with mode: 0644]
pkg/scheduler.py [new file with mode: 0644]
pkg/statemanager.py [new file with mode: 0644]
sbin/ifupdown [new file with mode: 0755]
setup.py [new file with mode: 0755]
stdeb.cfg [new file with mode: 0644]