X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.gv;h=56d666cc8b590c792ddf45063db4981fe6554a50;hb=29089a540cfa30a834e3ee19a8b4c52ff2e331b2;hp=3a0980f176505accb9332be887d61a8400d7d936;hpb=254750ceb233f44744c1a9331145c3c2287bd0df;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.gv b/vswitchd/vswitch.gv index 3a0980f17..56d666cc8 100644 --- a/vswitchd/vswitch.gv +++ b/vswitchd/vswitch.gv @@ -6,6 +6,7 @@ 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*"]; @@ -13,9 +14,12 @@ digraph Open_vSwitch { 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 []; @@ -23,7 +27,6 @@ digraph Open_vSwitch { 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?"];