LACP LAGG Broken?
-
Using:
2.1-BETA1 (amd64)
built on Sat Feb 2 21:38:38 EST 2013Trying to create a LACP LAGG (em1 and em2) over 2 internal interfaces using Intel Pro/1000 NICs gives me the following:
The following input errors were detected:
Interface supplied as member is invalid
Interface supplied as member is invalidNIC spec from dmesg:
re0: <realtek 8111="" 8168="" b="" c="" cp="" d="" dp="" e="" pcie="" gigabit="" ethernet="">port 0xc800-0xc8ff mem 0xfdefb000-0xfdefbfff,0xfdefc000-0xfdefffff irq 17 at device 0.0 on pci2
re1: <realtek 8111="" 8168="" b="" c="" cp="" d="" dp="" e="" pcie="" gigabit="" ethernet="">port 0xd800-0xd8ff mem 0xfdffb000-0xfdffbfff,0xfdffc000-0xfdffffff irq 18 at device 0.0 on pci3
ehci0: <intel 82801gb="" r="" (ich7)="" usb="" 2.0="" controller="">mem 0xfe9ebc00-0xfe9ebfff irq 23 at device 29.7 on pci0
em0: <intel(r) 1000="" pro="" legacy="" network="" connection="" 1.0.4="">port 0xec00-0xec3f mem 0xfebe0000-0xfebfffff,0xfebc0000-0xfebdffff irq 18 at device 4.0 on pci5
em0: [FILTER]
em1: <intel(r) 1000="" pro="" legacy="" network="" connection="" 1.0.4="">port 0xe880-0xe8bf mem 0xfeb80000-0xfeb9ffff,0xfeb60000-0xfeb7ffff irq 19 at device 6.0 on pci5
em1: [FILTER]
em2: <intel(r) 1000="" pro="" legacy="" network="" connection="" 1.0.4="">port 0xe800-0xe83f mem 0xfeb20000-0xfeb3ffff,0xfeb00000-0xfeb1ffff irq 16 at device 7.0 on pci5
em2: [FILTER]</intel(r)></intel(r)></intel(r)></intel></realtek></realtek> -
Fixed in https://github.com/bsdperimeter/pfsense/pull/377
-
Thankyou very much, that worked great!