Good day.
After upgrading from ovs 1.0 to 1.4 on XCP 1.1 I found following message
in log appears every 10-20min:
Oct 20 03:37:42|00245|ofproto_dpif|WARN|unexpected flow from datapath
in_port(1),eth(src=88:e0:f3:23:42:c0,dst=92:cf:e9:66:a1:46),eth_type(0x0800),ipv4(src=122.226.56.20,dst=188.1
I just wanted to know Why rate limiting is implemented into management plane
and why not in the control plane. Is it that because the rate limit can be
controlled dynamically in the control plane but can't in the management plane.
Because i was thinking of implementing rate limiting on the cont
If I understand your question, you're asking why QoS configuration occurs in
the configuration database as opposed to through OpenFlow. The reason is that
QoS tends to be configured on a port, which we consider switch-level
configuration. OpenFlow is supposed to deal with flows, so it wouldn't
I am a master student working on the dynamic quality of service in an openflow
network and i was wondering why is that rate limit is implemented into
management plane and why not in the control plane?
Thanks
Bamidele___
discuss mailing list
discuss@ope