Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Rings:1-MinimalX
xen
vif-route.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vif-route.patch of Package xen
References: bsc#985503 Index: xen-4.13.0-testing/tools/hotplug/Linux/vif-route =================================================================== --- xen-4.13.0-testing.orig/tools/hotplug/Linux/vif-route +++ xen-4.13.0-testing/tools/hotplug/Linux/vif-route @@ -61,11 +61,13 @@ case "${type_if}" in ;; esac -# If we've been given a list of IP addresses, then add routes from dom0 to -# the guest using those addresses. -for addr in ${ip} ; do - ${cmdprefix} ip route ${ipcmd} ${addr} dev ${dev} src ${main_ip} metric ${metric} -done +if [ "${ip}" ] && [ "${ipcmd}" ] ; then + # If we've been given a list of IP addresses, then add routes from dom0 to + # the guest using those addresses. + for addr in ${ip} ; do + ${cmdprefix} ip route ${ipcmd} ${addr} dev ${dev} src ${main_ip} metric ${metric} + done +fi handle_iptable
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor