You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Run the shell script to send HTTP request for gateway settings modification
48
48
49
-
```
50
-
sh set_gateway.sh
51
-
```
49
+
```
50
+
sh set_gateway.sh
51
+
```
52
52
53
53
5. RoutingFlow will triggered by topology changed event and start to advertise routing information with their neighbors, you can use `pingall` command in mininet CLI to test the connectivity between all nodes.
54
54
@@ -466,6 +466,11 @@ response:
466
466
{ "msg" : "OK" }
467
467
```
468
468
469
+
# Known Issues (To-Do)
470
+
471
+
* Slow convergence time of RIP when link down -> Implement Split Horizon to resolve it
472
+
* Would be better to add source attribute for routing entry
473
+
469
474
# Support
470
475
471
476
I am a newbie in SDN development, feel free to fork the project and make it better. If you want to know more or need to contact me regarding the project for
0 commit comments