Make secchan exit if the connection drops and can never be reconnected.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 00:28:50 +0000 (16:28 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Dec 2008 00:57:44 +0000 (16:57 -0800)
commitc3783bcc2953cd59570030fbd3bff3743f28e311
tree2831f9cce0c7452538a9950e211c175d65444f58
parent0a14b62251bb21b76f71ee512958ee32627da2d5
Make secchan exit if the connection drops and can never be reconnected.

In particular this happens if the controller is specified using a fd vconn,
since once disconnected a fd vconn can never be reconnected.

This behavior is useful for vswitchd, which connects to secchan over a
fd vconn.
secchan/secchan.c