xapi-project / xcp-networkd

The XCP networking daemon
Other
14 stars 42 forks source link

Fix interaction with /sbin/ip and execute_command_get_output #8

Closed djs55 closed 11 years ago

djs55 commented 11 years ago

/sbin/ip seems to interact badly with the stdout redirection mechanism used by forkexecd (where output is redirected to deleted files). Work around this by using a pipe instead.

Signed-off-by: David Scott dave.scott@eu.citrix.com