jxiaobin
jxiaobin
If hw-offload is enabled (other_config:hw-offload="true"), ovnkube-node should check if offload is actually working after device is plugged into ovs, by checking the number of ingress filters on the device. ####...
#### What this PR does and why is it needed Currently for management port of internal type, a randomly generated MAC address will be used, while for dpu case, the...
There are Pods which requires the spoof check to be disabled, this commit allows users to annotate pod to skip port-security for a particular network, for example: k8s.ovn.org/skip-spoofchk-on-networks=[,...] Note: specify...
This commit briefly documents how to create openvswitch bridge on major linux distributions if you intend to maintain the bridge by yourself. Fixes: #5662 Document how to add openvswitch bridge...
various improvements to NetworkQoS controller - use networkqos ns&name as key in the event queue instead of obj pointer - make networkSelector a mandatory field - improve networkqos error handling...
### What would you like to see added/updated/deleted in our docs? Add document to describe steps to manage bridge br-ex on various distributions. ### Why is this needed? End users...