6WIND / zrpcd

Zebra/Quagga RPC communicator to handle Quagga framework from a SDN controller
GNU General Public License v2.0
5 stars 10 forks source link

ODL connection is closed after disableMultipath() #23

Closed xiaofeng6WIND closed 7 years ago

xiaofeng6WIND commented 7 years ago

This patch fixes the commit 46d1183a0c37("zrpcd: two fixes on enableMultipath/disableMultipath handler").

For enableMultipath/disableMultipath handler, True will be returned with an assigned error in two cases:

In both cases, zrpcd will disconnect peer ODL.

Signed-off-by: Xiaofeng Liu xiaofeng.liu@6wind.com

xiaofeng6WIND commented 7 years ago

Hi, please review.