From fd236ee64169c0b4c21c307f96cfdf09f0d6e0b1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 17 Nov 2014 15:40:37 -0600 Subject: [PATCH] Due to limitations in port unique-ness, have to use unique port numbers in apps/examples/bridge for now --- configs/sama5d4-ek/bridge/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sama5d4-ek/bridge/defconfig b/configs/sama5d4-ek/bridge/defconfig index fc40de7966..1937545347 100644 --- a/configs/sama5d4-ek/bridge/defconfig +++ b/configs/sama5d4-ek/bridge/defconfig @@ -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