OVS启动参数配置
- 开启OVS。
1
systemctl start openvswitch
- 使能卸载。
1 2
ovs-vsctl set Open_vSwitch . other_config:hw-offload=true ovs-vsctl set Open_vSwitch . other_config:tc-policy=verbose
- 重启OVS。
1
systemctl restart openvswitch
- 查看OVS配置。
1
ovs-vsctl list open_vswitch
other_config显示2配置的参数,即已使能卸载。
父主题: 配置OVS流表网卡加速