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

Upstream: [Investigation spike] [ARM] other_config:forward-bpdu not working with mcast address '01:80:c2:00:00:01'

    • 5
    • False
    • Hide

      None

      Show
      None
    • False
    • Hide

      Please mark each item below with ( / ) if completed or ( x ) if incomplete:
      ( ) Unit test or Integration test case are written and pass successfully


      ( ) The upstream pull request is merged upstream and pass CI

      Show
      Please mark each item below with ( / ) if completed or ( x ) if incomplete: ( ) Unit test or Integration test case are written and pass successfully ( ) The upstream pull request is merged upstream and pass CI
    • rhel-9
    • None
    • rhel-net-ovs-dpdk

      This is tracking the upstream effort needed to deliver the solution to the bug 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: