Uploaded image for project: 'Fast Datapath Product'
  1. Fast Datapath Product
  2. FDP-2607

QE verification: [ARM] other_config:forward-bpdu not working with mcast address '01:80:c2:00:00:01'

    • False
    • Hide

      None

      Show
      None
    • False
    • Hide

      ( ) The bug has been reproduced and verified by QE members
      ( ) Test coverage has been added to downstream CI
      ( ) For new feature, failed test plans have bugs added as children to the epic
      ( ) The bug is cloned to any relevant release that we support and/or is needed

      Show
      ( ) The bug has been reproduced and verified by QE members ( ) Test coverage has been added to downstream CI ( ) For new feature, failed test plans have bugs added as children to the epic ( ) The bug is cloned to any relevant release that we support and/or is needed
    • rhel-9
    • None
    • rhel-net-ovs-dpdk

      This ticket is tracking the QE verification effort for the solution to the problem described below.
      Steps to reproduce:

      DUT (ARM system):

      Peer system directly connected to DUT:

      • dnf -y install wireshark-cli
      • dnf -y install scapy

      Capture packets on receiving interface of peer system:

      • tshark -a duration:100 -nV -i enp130s0f1np1 -f 'ether host 01:80:c2:00:00:01' -c1 -T fields -e eth.dst | tee ~/tshark.log &
      • /usr/libexec/platform-python -c 'from scapy.all import *; sendp(Ether(dst='\''01:80:c2:00:00:01'\'')/IP()/ICMP(), iface='\''enp130s0f0np0'\'')'

      kill tshark

      • pkill tshark

      check results of packet capture:

      • cat ~/tshark.log --> should contain 01:80:c2:00:00:01 but does not

      Notes:

              ovsdpdk-triage ovsdpdk triage
              nstbot NST Bot
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: