X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=xenserver%2Fetc_profile.d_vswitch.sh;h=a001e2158b7980090ca4e54d89954c885c29da5f;hb=3b12addabb60c1eae0f58942281a388a6bc5d45b;hp=527bfcf9259eba3f823331ec5931fb3a5fda6aea;hpb=39a559f2a77e78c53f439a904986337b0d6d15cf;p=sliver-openvswitch.git diff --git a/xenserver/etc_profile.d_vswitch.sh b/xenserver/etc_profile.d_vswitch.sh index 527bfcf92..a001e2158 100644 --- a/xenserver/etc_profile.d_vswitch.sh +++ b/xenserver/etc_profile.d_vswitch.sh @@ -1,4 +1,4 @@ -# 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 @@ -7,10 +7,6 @@ alias vswitch='service vswitch' -function watchconf { - watch cat /etc/ovs-vswitchd.conf -} - function watchdp { watch ovs-dpctl show "$@" }