Commit c4513603 authored by Jean-Claude BAU's avatar Jean-Claude BAU Committed by Grzegorz Daniluk

Typo + VLAN configuration corrections

parent 350a3162
......@@ -1812,7 +1812,7 @@ generated by @t{wrs_menuconfig} command} (PPSi configuration is generated from
the @t{dot-config}).
To have synchronization working with VLANs, the preferred way is to provide proper
PTP VIDs in configuratin options @t{CONFIG_VLANS_PORT@i{xx}_PTP_VID}. As an alternative you can
PTP VIDs in configuration options @t{CONFIG_VLANS_PORT@i{xx}_PTP_VID}. As an alternative you can
write a custom @i{PPSi} configuration file with VLANs specified per-port.
You can simply copy the file generated in the WRS filesystem
(@i{/etc/ppsi.conf}) to a central @t{tftp}/@t{http}/@t{ftp} server where
......@@ -1913,19 +1913,14 @@ CONFIG_VLANS_PORT01_MODE_ACCESS=y
CONFIG_VLANS_PORT01_UNTAG_ALL=y
CONFIG_VLANS_PORT01_PRIO=4
CONFIG_VLANS_PORT01_VID="1"
CONFIG_VLANS_PORT01_PTP_VID=""
CONFIG_VLANS_PORT02_MODE_TRUNK=y
CONFIG_VLANS_PORT02_UNTAG_NONE=y
CONFIG_VLANS_PORT02_PRIO=-1
CONFIG_VLANS_PORT02_VID=""
CONFIG_VLANS_PORT02_PTP_VID="2"
CONFIG_VLANS_PORT03_MODE_ACCESS=y
CONFIG_VLANS_PORT03_UNTAG_ALL=y
CONFIG_VLANS_PORT03_PRIO=7
CONFIG_VLANS_PORT03_VID="2"
CONFIG_VLANS_PORT03_PTP_VID=""
CONFIG_VLANS_ENABLE_SET1=y
CONFIG_VLANS_VLAN0001="fid=1,prio=4,drop=n,ports=1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment