neutron-fwaas/bin
Thierry Carrez 3bbf281b15 Restore SIGPIPE default action for subprocesses
Python ignores SIGPIPE on startup, because it prefers to check every
write and raise an IOError exception rather than taking the signal. Most
Unix subprocesses don't expect to work this way. This patch (adapted
from Colin Watson's post at http://tinyurl.com/2a7mzh5) sets SIGPIPE
back to the default action for quantum.agent.linux.utils.execute,
quantum.common.utils.execute and quantum-rootwrap created subprocesses.

Fixes bug 1053364

Change-Id: Ib805f1f8846c245b75a5ea64278c840b823c1fb2
2012-10-05 07:17:14 -05:00
..
__init__.py blueprint quantum-packaging 2011-03-07 18:02:05 -05:00
quantum-debug Implements agent for Quantum Networking testing 2012-09-04 16:00:23 +00:00
quantum-dhcp-agent implement dhcp agent for quantum 2012-07-08 14:50:49 -04:00
quantum-dhcp-agent-dnsmasq-lease-update Add lease expiration script support for dnsmasq 2012-08-24 12:14:45 -04:00
quantum-l3-agent quantum l3 + floating IP support 2012-08-17 08:15:34 -07:00
quantum-linuxbridge-agent Cleanup the source distribution. 2012-02-17 17:55:00 -05:00
quantum-nec-agent Add quantum-nec-agent to bin directory. 2012-09-18 18:40:05 -07:00
quantum-netns-cleanup Create utility to clean-up netns. 2012-09-04 01:45:03 -04:00
quantum-openvswitch-agent Cleanup the source distribution. 2012-02-17 17:55:00 -05:00
quantum-rootwrap Restore SIGPIPE default action for subprocesses 2012-10-05 07:17:14 -05:00
quantum-ryu-agent plugin: introduce ryu plugin 2012-02-26 13:30:25 +09:00
quantum-server RPC support for Linux Bridge Plugin and Agent 2012-08-08 10:09:47 -04:00