X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.gv;h=56d666cc8b590c792ddf45063db4981fe6554a50;hb=01d18a3affec8249863053b99bc646545ca8171c;hp=65916d470c884236f68494416296a6d6a9fdabcf;hpb=d5a59e7e9ef3fdfc7dc7d4a80cbde6b524c5100b;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.gv b/vswitchd/vswitch.gv index 65916d470..56d666cc8 100644 --- a/vswitchd/vswitch.gv +++ b/vswitchd/vswitch.gv @@ -6,22 +6,27 @@ digraph Open_vSwitch { Bridge []; Bridge -> sFlow [label="sflow?"]; Bridge -> Mirror [label="mirrors*"]; + Bridge -> IPFIX [label="ipfix?"]; Bridge -> Port [label="ports*"]; Bridge -> Controller [label="controller*"]; + Bridge -> Flow_Table [label="flow_tables value*"]; Bridge -> NetFlow [label="netflow?"]; QoS [style=bold]; QoS -> Queue [label="queues value*"]; sFlow []; + Flow_Sample_Collector_Set [style=bold]; + Flow_Sample_Collector_Set -> Bridge [label="bridge"]; + Flow_Sample_Collector_Set -> IPFIX [label="ipfix?"]; + IPFIX []; Open_vSwitch [style=bold]; Open_vSwitch -> Bridge [label="bridges*"]; - Open_vSwitch -> Capability [label="capabilities value*"]; Open_vSwitch -> SSL [label="ssl?"]; Open_vSwitch -> Manager [label="manager_options*"]; Controller []; + Flow_Table []; Queue [style=bold]; SSL []; Manager []; - Capability []; Mirror []; Mirror -> Port [style=dotted, constraint=false, label="select_src_port*"]; Mirror -> Port [style=dotted, constraint=false, label="output_port?"];