2019/10/18 问题汇总

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/iroy33/article/details/102622964
  1. 关于ovs(一)IP地址
    在这里插入图片描述
  2. 关于OVS(一)MAC
    在这里插入图片描述
  3. 关于Linux(mininet introduction)
    shell’s wait mechanism
  4. mininet introduction
    root@ubuntu:/usr/lib/python2.7/dist-packages/mininet/examples# python hwintf.py
    *** Connecting to hw intf: eth1*** Checking eth1
    Error: eth1 does not exist! 查看源码:未配置Eth1 ,尚未解决
  5. concept
    H1 will generate a TCP flow to H3 with maximum rate from T=0sec (topology built) to T=20sec; H2 will generate a TCP flow to H4 from T=10sec to T=30sec.
    what does it mean

job control (&,?jobs,?kill)???的含义

cfs和rt是什么,cpu.py里出现的
limit.py中也出现了
for sched in ‘rt’, ‘cfs’:

@classmethod是什么 #pylint:是什么约定俗成的吗
HOSTDEF = ‘proc’
HOSTS = { ‘proc’: Host,
‘rt’: specialClass( CPULimitedHost, defaults=dict( sched=‘rt’ ) ),
‘cfs’: specialClass( CPULimitedHost, defaults=dict( sched=‘cfs’ ) ) }
不是很理解
‘tc’: TCLink,
‘tcu’: TCULink也不知道

10/20号更新

关于OVS tutorial

根据OVS advanced tutorial做的mac-learning switch实验,从到第四张表开始,实验结果与流规则不匹配
Implementing Table 4: Output Processing
结果没有匹配上

关于OVS常用指令

怎么我又没有关terminal为什么今天我的流表又没了???
其中还有一些指令没有看到效果,不知道具体是干什么的

猜你喜欢

转载自blog.csdn.net/iroy33/article/details/102622964