SRv6_Sandbox icon indicating copy to clipboard operation
SRv6_Sandbox copied to clipboard

A Mininet/Vagrant Sandbox for SRv6 and Testing

Results 5 SRv6_Sandbox issues
Sort by recently updated
recently updated
newest added

I counter errors during the running of "vagrant up" in multiple platforms (Mac OS, win10, win11), so I guess this may comes from the version of Virtual Box that I...

![~$VN~KMS)XM}`1T9HPUYCLP](https://user-images.githubusercontent.com/74185909/165782872-cd368554-a653-4b07-934b-4f131d1d8004.png) After completing the relevant configuration, the result of a host ping the b host is unreachable

Part2: install the Quagga, the project's web site is 404

你好,我在运行你的代码(./topo.py )时发现主机a 发出 ICMP ping 主机b时,由于R1配了 `ip route add 10.0.2.0/24 encap seg6 mode encap segs fc00:3::bb,fc00:4::bb dev r1-eth1` 这条命令,会将原有 ICMP 包封装到新的IPv6+SRH报文中,但是现在的报文顺序是IPV6/ICMPv6/IPv6+SRH/IPv4/ICMP(本应该是IPv6+SRH/IPv4/ICMP),请问下为啥这里会出现 ICMPv6 的封装头呢?我自己在 Mininet 上验证也出现了这个问题。

Hi! when l run pip install ipmininet --no-deps, it always makes mistakes. ![temp](https://user-images.githubusercontent.com/43346562/63829715-d4931180-c99c-11e9-914a-490fe87558cf.png) I changed the pip source, but it still didn't work. Could you help me?