~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to rhel/etc_init.d_openvswitch

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    set "$@" $OVS_CTL_OPTS
49
49
    "$@"
50
50
 
51
 
    ovs_ctl --protocol=gre enable-protocol
52
 
 
53
51
    touch /var/lock/subsys/openvswitch
54
52
}
55
53