diff options
Diffstat (limited to 'test/regression/dhcp_test/netx_dhcp_client_two_interfaces.c')
| -rw-r--r-- | test/regression/dhcp_test/netx_dhcp_client_two_interfaces.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regression/dhcp_test/netx_dhcp_client_two_interfaces.c b/test/regression/dhcp_test/netx_dhcp_client_two_interfaces.c index 9d4ac7d7..94c875ef 100644 --- a/test/regression/dhcp_test/netx_dhcp_client_two_interfaces.c +++ b/test/regression/dhcp_test/netx_dhcp_client_two_interfaces.c @@ -1,3 +1,14 @@ +/***************************************************************************/ +/* Copyright (c) 2024 Microsoft Corporation */ +/* Copyright (c) 2026 Eclipse ThreadX contributors */ +/* */ +/* This program and the accompanying materials are made available under */ +/* the terms of the MIT License which is available at */ +/* https://opensource.org/licenses/MIT. */ +/* */ +/* SPDX-License-Identifier: MIT */ +/***************************************************************************/ + /* Test the DHCP CLient with 2 physical interfaces, set NX_DHCP_CLIENT_MAX_INTERFACES = 2 and run the demo. Note because of limitations of the ram driver there is some code in nx_dhcp_received_data_process in the nxd_dhcp_client.c to switch |
