sachinites / tcpip_stack

Implement your own TCP IP Stack
https://www.csepracticals.com/
GNU General Public License v3.0
183 stars 133 forks source link

Enabling DDCP Queries with interval 1 sec on all routers result in L2 Frame Rejected Error #5

Closed sachinites closed 3 years ago

sachinites commented 4 years ago

Below errors are seen :

tcp-ip-project> $ L2 Frame Rejected on node R3(eth4) L2 Frame Rejected on node R2(eth1) L2 Frame Rejected on node R2(eth2) L2 Frame Rejected on node R4(eth6)

steps to Repro -

load build_square_topo() topology trigger below commands : run node R1 dd per 1 run node R2 dd per 1 run node R3 dd per 1 run node R4 dd per 1

and error is seen only once, thereafter error is not seen. Issue is seen in DCB also.

sachinites commented 3 years ago

fixed.