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

CLONE [ovn26.09 fast-datapath-rhel-10] - Upstream: error log in ovn-northd.log when set port security for vrrp

    • 2
    • 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
    • ovn26.09-26.09.0-alpha.15.el10fdp
    • rhel-10
    • None
    • rhel-net-ovn

      This is tracking the upstream effort needed to deliver the solution to the bug described below.


       Problem Description: Clearly explain the issue.

      error log in ovn-northd.log when set port security for vrrp

       Impact Assessment: Describe the severity and impact (e.g., network down,availability of a workaround, etc.).

       

       Software Versions: Specify the exact versions in use (e.g.,openvswitch3.1-3.1.0-147.el8fdp).

      ovn24.03-24.03.7-59.el9fdp.x86_6

        Issue Type: Indicate whether this is a new issue or a regression (if a regression, state the last known working version).

       

       Reproducibility: Confirm if the issue can be reproduced consistently. If not, describe how often it occurs.

      Always

       Reproduction Steps: Provide detailed steps or scripts to replicate the issue.

      systemctl start openvswitch
      systemctl start ovn-northd 
      ovn-nbctl set-connection ptcp:6641                                       
      ovn-sbctl set-connection ptcp:6642
      ovs-vsctl set open . external_ids:system-id=hv1 external_ids:ovn-remote=tcp:127.0.0.1:6642 external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=127.0.0.1
      systemctl restart ovn-controller
                                                                                                      
      ovn-nbctl ls-add ls1                                                                   
      ovn-nbctl lsp-add ls1 ls1p1                                                                     
      ovn-nbctl lsp-set-addresses ls1p1 "00:00:00:01:01:01 192.168.1.1 2001::1"
      ovn-nbctl lsp-add ls1 ls1p2 
      ovn-nbctl lsp-set-addresses ls1p2 "00:00:00:01:01:02 192.168.1.2 2001::2"
                                                          
      
      
      ovn-nbctl --wait=hv sync
      
      
      ovn-nbctl --wait=hv lsp-set-port-security ls1p1 "00:00:00:01:01:01" "VRRPv3 00:00:00:01:01:01"
      tail -n 2 /var/log/ovn/ovn-northd.log 

       Expected Behavior: Describe what should happen under normal circumstances.

      no error in ovn-northd.log

       Observed Behavior: Explain what actually happens.

      2026-02-25T07:30:43.966Z|00010|northd|INFO|invalid syntax 'VRRPv3 00:00:00:01:01:01' in port security. No MAC address found

       Troubleshooting Actions: Outline the steps taken to diagnose or resolve the issue so far.

       

       Logs: If you collected logs please provide them (e.g. sos report, /var/log/openvswitch/* , testpmd console)

       

      [root@wsfd-advnetlab18 FDP-2964]# bash -x bug.sh 
      + systemctl start openvswitch
      + systemctl start ovn-northd
      + ovn-nbctl set-connection ptcp:6641
      + ovn-sbctl set-connection ptcp:6642
      + ovs-vsctl set open . external_ids:system-id=hv1 external_ids:ovn-remote=tcp:127.0.0.1:6642 external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=127.0.0.1
      + systemctl restart ovn-controller
      + ovn-nbctl ls-add ls1
      + ovn-nbctl lsp-add ls1 ls1p1
      + ovn-nbctl lsp-set-addresses ls1p1 '00:00:00:01:01:01 192.168.1.1 2001::1'
      + ovn-nbctl lsp-add ls1 ls1p2
      + ovn-nbctl lsp-set-addresses ls1p2 '00:00:00:01:01:02 192.168.1.2 2001::2'
      + ovn-nbctl --wait=hv sync
      + ovn-nbctl --wait=hv lsp-set-port-security ls1p1 00:00:00:01:01:01 'VRRPv3 00:00:00:01:01:01'
      + tail -n 2 /var/log/ovn/ovn-northd.log
      2026-02-25T07:30:42.716Z|00009|ovn_northd|INFO|ovn-northd lock acquired. This ovn-northd instance is now active.
      2026-02-25T07:30:43.966Z|00010|northd|INFO|invalid syntax 'VRRPv3 00:00:00:01:01:01' in port security. No MAC address found
      [root@wsfd-advnetlab18 FDP-2964]# rpm -qa | grep -E "openvswitch|ovn"
      openvswitch-selinux-extra-policy-1.0-39.el9fdp.noarch
      openvswitch3.5-3.5.2-63.el9fdp.x86_64
      python3-openvswitch3.5-3.5.2-63.el9fdp.x86_64
      ovn24.03-24.03.7-59.el9fdp.x86_64
      ovn24.03-central-24.03.7-59.el9fdp.x86_64
      ovn24.03-host-24.03.7-59.el9fdp.x86_64 

              ovn-qe OVN QE
              ovnteam@redhat.com OVN Team
              OVN QE OVN QE
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: