[PATCH 00/13] Minor fixups to make master branch work

Matthew W. S. Bell matthew at bells23.org.uk
Sat Apr 25 18:18:25 UTC 2009


Hi,
I recently updated (my copy of) the debian branch of netconf to master and
found that netconf was not wroking as well as could be wished. Fortunately, it
mostly seems to be some minor oversights in merging new code. I include some
patches to fix these issues and also to help with some issues I came across
when exploring the software.

Matthew W. S. Bell
--

Matthew W. S. Bell (13):
  netconfd -> netconfd.py
  Add netconf.commands to setup.py
  Iface policy doesn't seem to exist.
  Add help for <action> of netconf-cli.py
  Make fdrreactors printout readable.
  Clarify FD purpose so as to not confuse those of little brain.
  Handle dead children's FDs better
  Have DHCP handler raise any results correctly.
  Have DHCP release the lease on ifdown, rather than just exiting
  Fix arguments for warn()
  Consider REBOOT to be success for ifup.
  Factor some trivial common code
  Always pass a return value to dhclient-script.py

 initd/netconfd                          |    2 +-
 setup.py                                |    2 +-
 src/netconf-cli.py                      |    3 +-
 src/netconf/core.py                     |   12 +-
 src/netconf/ifaces/__init__.py          |    3 -
 src/netconf/ifaces/dhcp/dhcp3_client.py |   41 ++++--
 src/netconf/ifaces/dhcp/handler.py      |    9 +-
 src/netconf/ifaces/eni/handler.py       |    5 -
 src/netconf/ifaces/eni/inet/dhcp.py     |    4 +-
 src/netconf/ifaces/handler.py           |    6 +
 src/tests/test_ifaces_policy.py         |  199 -------------------------------
 11 files changed, 52 insertions(+), 234 deletions(-)
 delete mode 100644 src/tests/test_ifaces_policy.py




More information about the netconf-devel mailing list