参考:

ovs-vsctl: Error detected while setting up bridge

ovs-ofctl: s1 is not a bridge or a socket 解决方法

在使用旧版本的ovs的时候,使用ovs-ofctl命令配置交换机时会出现:

ovs-ofctl: s1 is not a bridge or a socket

问题,解决方法是配置交换机的数据路径类型:

$ ovs-vsctl set bridge br0 datapath_type=netdev

2017.7.12

相关文章:

  • 2021-06-03
  • 2022-01-15
  • 2022-02-21
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
  • 2021-07-10
猜你喜欢
  • 2022-12-23
  • 2021-10-27
  • 2022-01-26
  • 2021-07-28
  • 2021-09-29
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案