Changes between Version 1 and Version 2 of linux/vlan


Ignore:
Timestamp:
05/14/2018 08:47:29 PM (6 years ago)
Author:
Tim Harvey
Comment:

fix typos

Legend:

Unmodified
Added
Removed
Modified
  • linux/vlan

    v1 v2  
    121121The Avila and Cambria products based off the Intel XScale processor support VLAN tagging as well but some software customatization is needed:
    122122 - make sure you have the ixp4xx-microcode package in your firmware
    123  - edit build_dir/target-armeb_vrte*/IxNpeMicrocode?.h file:
     123 - edit build_dir/target-armeb_vrte*/!IxNpeMicrocode.h file:
    124124  - comment out IX_NPEDL_NPEIMAGE_NPEA_ETH_SPAN_FIREWALL_VLAN_QOS_HDR_CONV
    125125  - uncomment IX_NPEDL_NPEIMAGE_NPEA_ETH_LEARN_FILTER_SPAN_FIREWALL
    126   - for more info see IxNpeMicrocode?.c:3348 'NPE FIRMWARE IMAGE'
     126  - for more info see !IxNpeMicrocode.c:3348 'NPE FIRMWARE IMAGE'
    127127 - rebuild ixp4xx-microcode package and reinstall in /lib/firmware
    128128 - apparently switching to the ETH_LEARN_* firmware causes issues with bridging and STP so this isn't a 'fix' but a change based on use case. Likely needs more investigation
     
    130130For more info on IXP4xx VLAN see:
    131131 - ​http://lists.gateworks.com/avila/2010-September.txt
    132  - https://dev.openwrt.org/ticket/7945
     132 - https://dev.openwrt.org/ticket/7945
    133133
    134134