Update Open vSwitch documentation.
[sliver-openvswitch.git] / xenserver / etc_profile.d_vswitch.sh
index 527bfcf..a001e21 100644 (file)
@@ -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 "$@"
 }