Due to limitations in port unique-ness, have to use unique port numbers in apps/examples/bridge for now

This commit is contained in:
Gregory Nutt 2014-11-17 15:40:37 -06:00
parent 8b2b7afdae
commit fd236ee641
1 changed files with 2 additions and 2 deletions

View File

@ -853,8 +853,8 @@ CONFIG_EXAMPLES_BRIDGE_NET1_PRIORITY=100
# Network 2 configuration
#
CONFIG_EXAMPLES_BRIDGE_NET2_IFNAME="eth1"
CONFIG_EXAMPLES_BRIDGE_NET2_RECVPORT=5471
CONFIG_EXAMPLES_BRIDGE_NET2_SNDPORT=5472
CONFIG_EXAMPLES_BRIDGE_NET2_RECVPORT=5473
CONFIG_EXAMPLES_BRIDGE_NET2_SNDPORT=5474
CONFIG_EXAMPLES_BRIDGE_NET2_IOBUFIZE=1024
# CONFIG_EXAMPLES_BRIDGE_NET2_DHCPC is not set
CONFIG_EXAMPLES_BRIDGE_NET2_NOMAC=y