thank you very much sir for these videos but I don't understand these lines curl -X PUT localhost:8080/firewall/module/enable/0000000000000001 localhost:8080/firewall/rules/0000000000000001
Thanks alot as the answer may be long , I added comments on github as per below github.com/ahmedabdulwhhab/AH_SDN_WORK_RYU/blob/main/Vlan_Firewall/firewall_steps_00.txt
curl command is used to pass confriguration through Restful API, if you use cisco or any other, you will use default app from cisco, but ryu has a facility using Restful to send/receive data from controller.
thank you very much sir for these videos
but I don't understand these lines
curl -X PUT localhost:8080/firewall/module/enable/0000000000000001
localhost:8080/firewall/rules/0000000000000001
Thanks alot
as the answer may be long , I added comments on github as per below
github.com/ahmedabdulwhhab/AH_SDN_WORK_RYU/blob/main/Vlan_Firewall/firewall_steps_00.txt
so enable will remove drop packet and put a new action is normal which pass packet to controller
curl command is used to pass confriguration through Restful API,
if you use cisco or any other, you will use default app from cisco, but ryu has a facility using Restful to send/receive data from controller.
@@ahmed.abdulwhhab thank you very much sir i now understand this command