From: Jesse Gross Date: Thu, 8 Oct 2009 19:20:10 +0000 (-0700) Subject: bonding: Compare ports, not interfaces, for loop checks. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=97b7b2f410e487f59ae3690213cfc8de0c8b88fb;hp=97b7b2f410e487f59ae3690213cfc8de0c8b88fb;p=openvswitch bonding: Compare ports, not interfaces, for loop checks. In order to avoid loops we check that the input and output ports are not equal. When selecting mirror outputs for RSPAN we were checking interfaces instead of ports. This lead to loops when using RSPAN with bonded ports. Bug #2118 ---