X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=xenserver%2Fetc_profile.d_vswitch.sh;h=a001e2158b7980090ca4e54d89954c885c29da5f;hb=7360012bdf64effd898242a58634267e203a2795;hp=90927547de27b25228c772f6f827006e01683651;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/xenserver/etc_profile.d_vswitch.sh b/xenserver/etc_profile.d_vswitch.sh index 90927547..a001e215 100644 --- a/xenserver/etc_profile.d_vswitch.sh +++ b/xenserver/etc_profile.d_vswitch.sh @@ -1,21 +1,12 @@ -# Copyright (C) 2009 Nicira Networks, Inc. +# 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. -PATH=/root/vswitch/bin:$PATH -export PATH -MANPATH=/root/vswitch/share/man:$MANPATH -export MANPATH - alias vswitch='service vswitch' -function watchconf { - watch cat /etc/ovs-vswitchd.conf -} - function watchdp { watch ovs-dpctl show "$@" }