diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 588ebe5418dae3eca9719ad251ea69870280fc8d..1b496c3459e27e8187d9b9daad72b0c311e8d55c 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -4471,7 +4471,7 @@ qemu-kvm -net nic,model=? /dev/null <target dev='vnet0'/> <ip address='192.168.122.5' prefix='24'/> <route family='ipv4' address='192.168.122.0' prefix='24' gateway='192.168.122.1'/> - <route family='ipv4' gateway='192.168.122.1'/> + <route family='ipv4' address='192.168.122.8' gateway='192.168.122.1'/> </interface> ... <hostdev mode='capabilities' type='net'> @@ -4480,7 +4480,7 @@ qemu-kvm -net nic,model=? /dev/null </source> <ip address='192.168.122.6' prefix='24'/> <route family='ipv4' address='192.168.122.0' prefix='24' gateway='192.168.122.1'/> - <route family='ipv4' gateway='192.168.122.1'/> + <route family='ipv4' address='192.168.122.8' gateway='192.168.122.1'/> </hostdev> </devices>