This is an automated email from the ASF dual-hosted git repository.
simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 8198d6992c8 defconfig: Change the default gateway address
8198d6992c8 is described below
commit 8198d6992c8417a4e8457a630d061c05ce362107
Author: zhangshuai39 <[email protected]>
AuthorDate: Tue Dec 23 20:25:58 2025 +0800
defconfig: Change the default gateway address
Ensure the default IP address and default gateway address are in the same
network segment.
Signed-off-by: zhangshuai39 <[email protected]>
---
boards/sim/sim/sim/configs/matter/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/boards/sim/sim/sim/configs/matter/defconfig
b/boards/sim/sim/sim/configs/matter/defconfig
index 96d0e05c9fd..34eeb8afec0 100644
--- a/boards/sim/sim/sim/configs/matter/defconfig
+++ b/boards/sim/sim/sim/configs/matter/defconfig
@@ -60,6 +60,7 @@ CONFIG_MATTER=y
CONFIG_NET=y
CONFIG_NETDB_DNSCLIENT=y
CONFIG_NETDB_DNSSERVER_IPv4ADDR=0x771d1d1d
+CONFIG_NETINIT_DRIPADDR=0x0a000101
CONFIG_NETINIT_IPADDR=0x0a000102
CONFIG_NETLINK_ROUTE=y
CONFIG_NETUTILS_JSONCPP=y