vswitchd: Update /proc/net/bonding when bonded port properties change.
authorBen Pfaff <blp@nicira.com>
Wed, 29 Jul 2009 16:56:46 +0000 (09:56 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 16:31:01 +0000 (09:31 -0700)
commit85c74638ed99b77d6894385c3dce0175c4b4baa4
treed7576a8edb6c221b0d027850a8de4bb79d02e181
parent2aebae8397b7c698a627d5a1c7f4b931bf611516
vswitchd: Update /proc/net/bonding when bonded port properties change.

Until now ovs-vswitchd has created the files in /proc/net/bonding, but not
updated them, because there was little need.  But the Citrix QA tests check
that the list of bond hashes in that file is kept up-to-date, so we need
to update them whenever the bond hashes (or other data in the file) change.
This commit does that.

Bug NIC-16.
vswitchd/bridge.c