SD-WAN

 View Only
last person joined: yesterday 

Forum to discuss HPE Aruba EdgeConnect SD-WAN and SD-Branch solutions. This includes SD-WAN Orchestration WAN edge network functions - routing, security, zone-based firewall, segmentation and WAN optimization, micro-branch solutions, best practics, and third-party integrations. All things SD-WAN!

HPE VAN SDN Controller packet-in event

This thread has been viewed 0 times
  • 1.  HPE VAN SDN Controller packet-in event

    Posted May 10, 2021 12:37 PM

    i have build an sdn app that in one of it's classes has a nested class that implements the SequencedPacketListener

    as it's in the docs (Hpe van programming guide 2.7)

    when a packet in occors (and i have verified that using wireshark) the event method didn't invoced.

    i also tried extending the SequencedPacketAdapter class. 

    does the PacketSequencer interface has a roll in this opration ?

    or if not, what is the problem ?

    note : i tried the observer role and included the correcet protocol id, im using mininet for network .