Statistics
| Branch: | Tag: | Revision:

root @ c63ad0e2

Name Size
.gitignore 23 Bytes
kvm-vif-bridge 1.4 kB
nfdhcp.ferm 350 Bytes
nfdhcpd 25.1 kB
nfdhcpd.conf 892 Bytes

Latest revisions

# Date Author Comment
c63ad0e2 03/11/2011 01:12 pm Apollon Oikonomopoulos

Fix typo (vaildate -> validate)

Signed-off-by: Apollon Oikonomopoulos <>

0679a724 03/11/2011 01:11 pm Apollon Oikonomopoulos

Code refactoring to remove overlong lines

Signed-off-by: Apollon Oikonomopoulos <>

810a20fa 03/11/2011 01:08 pm Apollon Oikonomopoulos

Improve error handling

Catch and handle specific exception families where possible and provide
additional information.

Signed-off-by: Apollon Oikonomopoulos <>

7a7b8554 12/03/2010 04:15 pm Apollon Oikonomopoulos

Merge previous changes

Conflicts:
nfdhcpd: merge

Signed-off-by: Apollon Oikonomopoulos <>

30dd1f9e 12/03/2010 03:55 pm Apollon Oikonomopoulos

Implement IPv6 RDNSS

Add support for ICMPv6 RDNSS (RFC 5006) to advertise DNS servers over ICMPv6
router advertisements.

Signed-off-by: Apollon Oikonomopoulos <>

0be961fb 12/03/2010 03:54 pm Apollon Oikonomopoulos

DHCP: use nameservers from config

Use the DNS servers from the config file for DHCP replies.

Signed-off-by: Apollon Oikonomopoulos <>

31d21144 12/03/2010 03:34 pm Apollon Oikonomopoulos

Disable sending periodic RAs when IPv6 is disabled

Disabling IPv6 from the configuration file causes the server to not respond to
NS and RS, however it still tried to send out periodic RAs (which was a noop).
We explicitly set the timeout of select() to None to avoid this, when IPv6 is...

651e531d 12/03/2010 03:24 pm Apollon Oikonomopoulos

Add configurationf file validation

Add a specification of the configuration file and runtime validation, using
configobj's validate.Validator and custom checks for the nameserver lists.

Signed-off-by: Apollon Oikonomopoulos <>

ea915b1a 12/03/2010 02:27 pm Apollon Oikonomopoulos

Add configuration file support

Add configuration file parsing using python-configobj. All command line options
except -d and -f have been moved to the configuration file.

A sample configuration file with all accepted options has been added as well.

Warning: validation and type casting is still missing....

f2c7bb76 11/16/2010 07:23 pm Apollon Oikonomopoulos

Open the logfile after changing uid and set umask

Set the process' umask in daemon.DaemonContext to 0022 (default was
0).

Open the logfile after dropping privileges, so that it is created with
proper perimissions (this also ensures that log rotation will work)....

View all revisions | View revisions

Also available in: Atom