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

« back to all changes in this revision

Viewing changes to tutorial/t-stage0

  • 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:
 
1
#! /bin/sh -ve
 
2
 
 
3
ovs-ofctl add-flow br0 \
 
4
    "table=0, dl_src=01:00:00:00:00:00/01:00:00:00:00:00, actions=drop"
 
5
 
 
6
ovs-ofctl add-flow br0 \
 
7
    "table=0, dl_dst=01:80:c2:00:00:00/ff:ff:ff:ff:ff:f0, actions=drop"
 
8
 
 
9
ovs-ofctl add-flow br0 "table=0, priority=0, actions=resubmit(,1)"