摘要:
1.根据P4教程,将basic和basic_tunnel两个案例程序补充完整,成功运行。 include include const bit TYPE_IPV4 = 0x800; / H E A D E R S / typedef bit egressSpec_t; typedef bit macA 阅读全文
摘要:
1.实验拓扑 (1)实验拓扑 (2)使用python脚本完成拓扑搭建 from mininet.topo import Topo class Mytopo(Topo): def __init__(self): Topo.__init__(self) s=[] for i in range(2): s 阅读全文