mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
I had assumed that a trivial one-line shell script didn't need an explicit license, but it seems that I was wrong. Signed-off-by: Ben Pfaff <blp@nicira.com>
10 lines
362 B
Bash
Executable File
10 lines
362 B
Bash
Executable File
#! /bin/sh
|
|
# Copyright (C) 2009, 2010 Nicira Networks, Inc.
|
|
#
|
|
# Copying and distribution of this file, with or without modification,
|
|
# are permitted in any medium without royalty provided the copyright
|
|
# notice and this notice are preserved. This file is offered as-is,
|
|
# without warranty of any kind.
|
|
|
|
exec /opt/xensource/libexec/interface-reconfigure rewrite
|