search for: forwarddelay

Displaying 4 results from an estimated 4 matches for "forwarddelay".

Did you mean: forward_delay
2010 Sep 28
0
network configuration for ipv6 setup
...owing network configuration which has worked fine for some months now: <network> <name>net0</name> <uuid>fa0c1c69-da82-1bef-fcb2-4c336bbexxxx</uuid> <forward dev='eth0' mode='route'/> <bridge name='virbr0' stp='on' forwardDelay='0' /> <ip address='78.47.xx.xx' netmask='255.255.255.xxx'> </ip> </network> The company hosting my server is now providing /64-IPv6-subnets to its customers - thus I'd like to take advantage of this and supply my guests with IPv6-subnets....
2010 Mar 31
1
Incomplete patch
This patch is non-functional at this point; i.e., while it seems to meet the requirements for having libvirt using the specified TFTP root specified, libvirt seems to not be doing so.
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...odename ifacename use_dhcp start_dnsmasq workdir network xmlfile; do + eval debug "::$var: \$$var" + done + + definition="<network>\n<name>${ifacename}</name>\n<forward mode='nat' />\n<bridge name='${ifacename}' stp='on' forwardDelay='0' />" + definition="${definition}\n<ip address='${network}.1' netmask='255.255.255.0'>" + if $use_dhcp; then + definition="${definition}\n<dhcp>\n<range start='${network}.100' end='${network}.199' />\n&l...
2009 Sep 09
1
oVirt Appliance / Single Machine Install
The following two patches fixes / reimplements the oVirt appliance project, installing the entire oVirt stack including all server and node components on one machine. These patches are intended to be checked out and used to build the appliance rpm, after which it is installed provides the /usr/sbin/ovirt-appliance-ctrl script to install/uninstall the appliance. The first patch merely removes