mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
Commit 823c5699 "interface-reconfigure: callout to datapath backend class
method on rewrite" changed "interface-reconfigure write" to do what
refresh-network-uuids does. We can't entirely get rid of
refresh-network-uuids, so this commit rewrites it as a trivial wrapper
around interface-reconfigure.
3 lines
69 B
Bash
Executable File
3 lines
69 B
Bash
Executable File
#! /bin/sh
|
|
exec /opt/xensource/libexec/interface-reconfigure rewrite
|