From 5ead6b402d910267403e46cfa21139e417c89395 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 21 Nov 2014 17:00:08 -0600 Subject: [PATCH] Network: Misc changes to UDP bind logic for the case of multiple networks --- configs/sama5d3-xplained/bridge/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sama5d3-xplained/bridge/defconfig b/configs/sama5d3-xplained/bridge/defconfig index 6cace6f432..7f0c43f33a 100644 --- a/configs/sama5d3-xplained/bridge/defconfig +++ b/configs/sama5d3-xplained/bridge/defconfig @@ -823,7 +823,7 @@ CONFIG_EXAMPLES_BRIDGE_NET1_PRIORITY=100 # Network 2 configuration # CONFIG_EXAMPLES_BRIDGE_NET2_IFNAME="eth1" -CONFIG_EXAMPLES_BRIDGE_NET2_RECVPORT=5473 +CONFIG_EXAMPLES_BRIDGE_NET2_RECVPORT=5471 CONFIG_EXAMPLES_BRIDGE_NET2_IOBUFIZE=1024 # CONFIG_EXAMPLES_BRIDGE_NET2_DHCPC is not set CONFIG_EXAMPLES_BRIDGE_NET2_NOMAC=y @@ -832,7 +832,7 @@ CONFIG_EXAMPLES_BRIDGE_NET2_IPADDR=0x0a000003 CONFIG_EXAMPLES_BRIDGE_NET2_DRIPADDR=0x0a000001 CONFIG_EXAMPLES_BRIDGE_NET2_NETMASK=0xffffff00 CONFIG_EXAMPLES_BRIDGE_NET2_IPHOST=0x0a000001 -CONFIG_EXAMPLES_BRIDGE_NET2_HOSTPORT=5474 +CONFIG_EXAMPLES_BRIDGE_NET2_HOSTPORT=5472 CONFIG_EXAMPLES_BRIDGE_NET2_STACKSIZE=2048 CONFIG_EXAMPLES_BRIDGE_NET2_PRIORITY=100 # CONFIG_EXAMPLES_BUTTONS is not set