Don't complain when setting STP sysfs values to the default one.
authorJustin Pettit <jpettit@nicira.com>
Thu, 2 Apr 2009 21:05:45 +0000 (14:05 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 2 Apr 2009 21:05:45 +0000 (14:05 -0700)
commitfbe31211d93dbae5fa27572f3fb2127566da6a57
treeedb1d5bca47d7821bd7acc1673571244bdd2252d
parent8faceec5745916554fa86ef2f59fe75d13942c5f
Don't complain when setting STP sysfs values to the default one.

We don't support configuring STP through sysfs.  However, Xen tries to
disable STP by writing a zero value to some fields, which is our
default.  This change suppresses the warning that we don't support
setting STP sysfs values in those circumstances.
datapath/brc_sysfs_dp.c