bridge: Always call smap_destroy() after smap_init()
[sliver-openvswitch.git] / vswitchd / vswitch.gv
index 3a0980f..56d666c 100644 (file)
@@ -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?"];