secchan: Tolerate local port change in MAC address.
authorBen Pfaff <blp@nicira.com>
Tue, 17 Mar 2009 20:50:13 +0000 (13:50 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 17 Mar 2009 20:50:13 +0000 (13:50 -0700)
commit8d454e24b22d0e985f86e885bf7f178c2961bf7a
tree57204f4d95e07fb340328df42937893a700673e4
parentb00d48d376d937e06eb99124d4c5479b74226d41
secchan: Tolerate local port change in MAC address.

Before, if the local port's MAC address changed, we would not notice, and
continue to set up flows only for the local port's current MAC address,
which completely broke in-band control.

Now, we notice changes and start to set up flows for the new MAC address
instead.

Fixes bug #1081.
secchan/in-band.c