p4lang / tutorials

P4 language tutorials
Apache License 2.0
1.33k stars 878 forks source link

[FIX 🔨] Mininet Clone command #554

Closed AdarshRawat1 closed 6 months ago

AdarshRawat1 commented 6 months ago

Fixes Issue no : #553

Fixed mininet Clone command in VM/user-bootstrap.sh

Current Command :

git clone git://github.com/mininet/mininet mininet

Fixed Command: Based on latest configuration VM Ubuntu 20.04

git clone https://github.com/mininet/mininet mininet

PS: