]> git.proxmox.com Git - mirror_ifupdown2.git/commit - etc/network/ifupdown2/addons.conf
Move ifupdown2addons into ifupdown2 pacakge
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Thu, 9 Oct 2014 23:02:46 +0000 (16:02 -0700)
committerRoopa Prabhu <roopa@cumulusnetworks.com>
Thu, 9 Oct 2014 23:02:46 +0000 (16:02 -0700)
commit15ef32ea14bb56a0e694cedd8bca00bc90db4149
tree477780fc901b857155133d07ff3287bc7278d544
parent679e65676879393865e78807d9ecfa3cd3b97ca5
Move ifupdown2addons into ifupdown2 pacakge

Ticket: CM-3864
Reviewed By:
Testing Done: Tested build and install

open item:
- cleanup stale ifupdown2-addons package files
34 files changed:
TODO.addons [new file with mode: 0644]
addons/address.py [new file with mode: 0644]
addons/addressvirtual.py [new file with mode: 0644]
addons/bridge.py [new file with mode: 0644]
addons/bridgevlanaware.py [new file with mode: 0644]
addons/dhcp.py [new file with mode: 0644]
addons/ethtool.py [new file with mode: 0644]
addons/ifenslave.py [new file with mode: 0644]
addons/loopback.py [new file with mode: 0644]
addons/mstpctl.py [new file with mode: 0644]
addons/usercmds.py [new file with mode: 0644]
addons/vlan.py [new file with mode: 0644]
addons/vxlan.py [new file with mode: 0644]
config/addons.conf [new file with mode: 0644]
docs.addons/Makefile [new file with mode: 0644]
docs.addons/source/addonsapiref.rst [new file with mode: 0644]
docs.addons/source/addonshelperapiref.rst [new file with mode: 0644]
docs.addons/source/conf.py [new file with mode: 0644]
docs.addons/source/developmentcorner.rst [new file with mode: 0644]
docs.addons/source/gettingstarted.rst [new file with mode: 0644]
docs.addons/source/index.rst [new file with mode: 0644]
docs.addons/source/intro.rst [new file with mode: 0644]
ifupdownaddons/__init__.py [new file with mode: 0644]
ifupdownaddons/bridgeutils.py [new file with mode: 0644]
ifupdownaddons/cache.py [new file with mode: 0644]
ifupdownaddons/dhclient.py [new file with mode: 0644]
ifupdownaddons/ifenslaveutil.py [new file with mode: 0644]
ifupdownaddons/iproute2.py [new file with mode: 0644]
ifupdownaddons/modulebase.py [new file with mode: 0644]
ifupdownaddons/mstpctlutil.py [new file with mode: 0644]
ifupdownaddons/utilsbase.py [new file with mode: 0644]
man.rst/ifupdown-addons-interfaces.5.rst [new file with mode: 0644]
sbin/ifaddon [new file with mode: 0755]
setup.py