aboutsummaryrefslogtreecommitdiff
path: root/xenserver/etc_profile.d_vswitch.sh
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-03-03 16:54:00 -0800
committerBen Pfaff <blp@nicira.com>2010-03-04 10:05:44 -0800
commit3b12addabb60c1eae0f58942281a388a6bc5d45b (patch)
tree659f0957c7901f9f958f88edbbd92094c295db99 /xenserver/etc_profile.d_vswitch.sh
parent39a559f2a77e78c53f439a904986337b0d6d15cf (diff)
Update Open vSwitch documentation.
Diffstat (limited to 'xenserver/etc_profile.d_vswitch.sh')
-rw-r--r--xenserver/etc_profile.d_vswitch.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/xenserver/etc_profile.d_vswitch.sh b/xenserver/etc_profile.d_vswitch.sh
index 527bfcf9..a001e215 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 "$@"
}