Uploaded image for project: 'vpp'
  1. vpp
  2. VPP-637

vpp l2fib is not correct when having bonding interface

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Medium Medium
    • None
    • None
    • L2
    • None

      This is our setup when using bonding interface

      We have vlan sub interface on bonding interface, it's on the same bridge of vhost interface,

      ~$ vppctl show bridge 4 detail
        ID   Index   Learning   U-Forwrd   UU-Flood   Flooding   ARP-Term     BVI-Intf
        4      1        on         on         on         on         off          N/A
      
                 Interface           Index  SHG  BVI  TxFlood        VLAN-Tag-Rewrite
            BondEthernet0.1099         4     0    -      *                 pop-1
           VirtualEthernet0/0/0        5     0    -      *                 none
           VirtualEthernet0/0/1        6     0    -      *                 none
      

      The vhost interface has mac address fa:16:3e:0c:63:28, however in the l2fib, the bonding interface always own it, this caused l2 connectivity drops on the vhost interface

       ~$ vppctl show l2fib verbose
          Mac Address     BD Idx           Interface           Index  static  filter  bvi   Mac Age (min)
       fa:16:3e:0c:63:28    1         BondEthernet0.1099         4       0       0     0         35
      

      system and vpp version

       ~$ uname -a
      Linux  3.10.0-327.el7.x86_64 #1 SMP Thu Oct 29 17:29:29 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
       ~$ vppctl show version
      vpp v17.01-release built by mockbuild on build-exec1.novalocal at Sat Jan 21 23:54:49 UTC 2017
      

            Unassigned Unassigned
            ferest Wei Tie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: