opennetworkinglab / ngsdn-tutorial

Hands-on tutorial to learn the building blocks of the Next-Gen SDN architecture
https://www.opennetworking.org/ng-sdn/
Apache License 2.0
321 stars 187 forks source link

In EXERCISE 5, when verifying ping #80

Open wei-coding opened 3 years ago

wei-coding commented 3 years ago

If I follow EXERCISE-5.md's 4th section, there will still show "Unreachable". I think it is because the previous exercise has told that we need run make netcfg first, but I have reboot so that I have that error. After I run make netcfg, it works. Would you consider to add some hint in EXERCISE-5.md to remind that we need to run make netcfg for successfully ping? Thanks!

charlesmcchan commented 3 years ago

I'd suggest adding that in the troubleshooting section at the end of the exercise. You are welcome to submit a patch. I can review and merge it. Thanks.

wei-coding commented 3 years ago

I have sent pull request, please check it when you are available. Thanks.