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

« back to all changes in this revision

Viewing changes to vswitchd/vswitch.gv

  • 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:
6
6
        Bridge [];
7
7
        Bridge -> sFlow [label="sflow?"];
8
8
        Bridge -> Mirror [label="mirrors*"];
 
9
        Bridge -> IPFIX [label="ipfix?"];
9
10
        Bridge -> Port [label="ports*"];
10
11
        Bridge -> Controller [label="controller*"];
11
12
        Bridge -> Flow_Table [label="flow_tables value*"];
13
14
        QoS [style=bold];
14
15
        QoS -> Queue [label="queues value*"];
15
16
        sFlow [];
 
17
        Flow_Sample_Collector_Set [style=bold];
 
18
        Flow_Sample_Collector_Set -> Bridge [label="bridge"];
 
19
        Flow_Sample_Collector_Set -> IPFIX [label="ipfix?"];
 
20
        IPFIX [];
16
21
        Open_vSwitch [style=bold];
17
22
        Open_vSwitch -> Bridge [label="bridges*"];
18
23
        Open_vSwitch -> SSL [label="ssl?"];