Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3799418
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

发布时间:2019-09-21 11:05:21

https://docs.openstack.org/os-ken/latest/library_packet_ref/packet_ipv4.htmlclass os_ken.lib.packet.ipv4.ipv4(version=4, header_length=5, tos=0, total_length=0, identification=0, flags=0, offset=0, ttl=255, proto=0, csum=0, src='10.0.0.1', dst='10.0.0.2', option=None)?2,TCPDUMP出现“trunc.........【阅读全文】

阅读(3347) | 评论(0) | 转发(0)

发布时间:2019-09-20 13:58:47

# ...(snip)... import ryu.app.ofctl.api as ofctl_api class MyApp(app_manager.RyuApp): def _my_handler(self, ev): # Get all datapath objects result = ofctl_api.get_datapath(self) # Get the datapath object which has the given dpid result = ofctl_api.get_datapath(self, dpid=1)https://ryu.readthed.........【阅读全文】

阅读(1002) | 评论(0) | 转发(0)

发布时间:2019-09-17 13:46:41

1:在ryu中的app中导入一个新的包时,要先用python 将其中的py文件执行一遍,生成.pyc文件,否则直接ryu-manager xx 文件.py会显示找不到包的错误,可能用python执行一遍的时候会自动记录新包的路径,否则直接ryu-manager,就会报错说找不到这个新导入的模块2:root@eb73808fd133:~/ryu/ryu/app# ryu-manager haha.py .........【阅读全文】

阅读(3297) | 评论(0) | 转发(0)

发布时间:2019-09-17 10:54:31

在Docker容器中找不到vi命令解决办法:1.通过命令获取最新的软件包apt-get-update2.安装vi命令apt-get install vim安装过程中提示是否进行输入Y即可。安装完毕即可使用vi......【阅读全文】

阅读(1794) | 评论(0) | 转发(0)

发布时间:2019-09-17 10:21:13

$ curl -X POST -d '{ "dpid": 1, "cookie": 1, "cookie_mask": 1, "table_id": 0, "idle_timeout": 30, "hard_timeout": 30, "priority": 11111, "flags": 1, "match":{ "in_port":1 }, "actions":[ { "type":"OUTPUT", "port": 2.........【阅读全文】

阅读(2215) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册