diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-02-04 04:02:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-02-04 04:02:37 +0000 |
commit | 8e3a2526c828774d899a9732b9f164ef9af9230d (patch) | |
tree | 87ff3a545f48d9fcc4885ec4ee52fd6e215a97cf /package/ixp4xx-microcode | |
parent | cda3fd524a18662e3fdcded0c76923f9fdf06a9b (diff) | |
download | upstream-8e3a2526c828774d899a9732b9f164ef9af9230d.tar.gz upstream-8e3a2526c828774d899a9732b9f164ef9af9230d.tar.bz2 upstream-8e3a2526c828774d899a9732b9f164ef9af9230d.zip |
switch ixp4xx microcode - use one that does not have the "learning" mode, which can interfere with stp and bridging operation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ixp4xx-microcode')
-rw-r--r-- | package/ixp4xx-microcode/src/IxNpeMicrocode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ixp4xx-microcode/src/IxNpeMicrocode.h b/package/ixp4xx-microcode/src/IxNpeMicrocode.h index 5cbb4b473c..756b51a0d2 100644 --- a/package/ixp4xx-microcode/src/IxNpeMicrocode.h +++ b/package/ixp4xx-microcode/src/IxNpeMicrocode.h @@ -40,9 +40,9 @@ // #define IX_NPEDL_NPEIMAGE_NPEB_ETH_SPAN_VLAN_QOS_HDR_CONV_EXTMIB // #define IX_NPEDL_NPEIMAGE_NPEB_ETH_LEARN_FILTER_SPAN_MASK_FIREWALL_VLAN_QOS_EXTMIB // #define IX_NPEDL_NPEIMAGE_NPEB_DMA -// #define IX_NPEDL_NPEIMAGE_NPEB_ETH_SPAN_FIREWALL_VLAN_QOS_HDR_CONV +#define IX_NPEDL_NPEIMAGE_NPEB_ETH_SPAN_FIREWALL_VLAN_QOS_HDR_CONV // #define IX_NPEDL_NPEIMAGE_NPEB_ETH_LEARN_FILTER_SPAN_FIREWALL_VLAN_QOS -#define IX_NPEDL_NPEIMAGE_NPEB_ETH_LEARN_FILTER_SPAN_FIREWALL +// #define IX_NPEDL_NPEIMAGE_NPEB_ETH_LEARN_FILTER_SPAN_FIREWALL // #define IX_NPEDL_NPEIMAGE_NPEC_ETH_SPAN_MASK_FIREWALL_VLAN_QOS_HDR_CONV_EXTMIB |