xenserver: Factor MTU, Ethtool into functions in interface-reconfigure.
authorBen Pfaff <blp@nicira.com>
Fri, 7 Aug 2009 21:02:50 +0000 (14:02 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 10 Aug 2009 20:50:22 +0000 (13:50 -0700)
commit05e2ad788d25615602a5fe01acaa6d5617280945
tree4909bd99da993c93effff5a7ebc12e35a17a2c15
parentbc952bb371d72971ddfdfafc36aff35dcd9f9548
xenserver: Factor MTU, Ethtool into functions in interface-reconfigure.

interface-reconfigure needs to configure MTU and Ethtool settings not just
on the local port, as it currently does, but on the physical devices as
well.  This commit factors out the code for this so that it can be called
from multiple places.
xenserver/opt_xensource_libexec_interface-reconfigure