Syed Muhammad Mohsin Kazmi
2012-Feb-27 14:12 UTC
[Bridge] Problem regarding TRILL encapsulated packets
hi all, I have written a code which encapsulates the bridge forwarding traffic with TRILL header for OTHERHOST and OUTGOING and send it by calling a function (forward) in linux bridging module. On the other side, these packets are received by (br_handle_frames), where i call a function (decapsulate_trill_header) within a check ethernet_type == 0x88c8 (as this is ether_type for trill protocol). But trill encapsulated packets have not processed there. When i ran the Wireshark and captured the outgoing traffic from sending side and incoming traffic from receiving side. These encapsulated packets are shown as LLC packets on both sending and receiving sides. I don't know why these packets are shown as LLC. I am trapped here. I have no idea , what should i do now. I need some help, suggestion or tactics to resolve this problem. regards, Mohsin Kazmi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linuxfoundation.org/pipermail/bridge/attachments/20120227/88f510b7/attachment.html>