1. floodlight中,添加防火墙规则,0表示最高优先级,数字越大,优先级越低;
    但是在StaticFlowPusher中写flow的时候,0表示最低优先级,数字越大,优先级越高,32767为最高。
  2. floodlight中,防火墙通配规则如下:
    10.0.0.1/8   -->  10.x.x.x
    10.0.0.1/16  -->  10.0.x.x
    10.0.0.1/24  -->  10.0.0.x

    而在StaticFlowPusher中写flow的时候,通配规则正好相反:(我所言的为floodlight 0.90版本,在github上的后续版本中,这一点已经改为与防火墙通配规则一样)

    10.0.0.0/8   -->  10.0.0.x
    10.0.0.0/16  -->  10.0.x.x
    10.0.0.0/24  -->  10.x.x.x

     

相关文章:

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