Zhe Weng
56ef320d6f
nshlib/ifconfig: Add support for add/del a single IPv6 address
Note: We're using similar error codes as Linux:
```
linux> sudo ifconfig eth0 inet6 add fc00::2/64
linux> sudo ifconfig eth0 inet6 del fc00::2/112
SIOCDIFADDR: Cannot assign requested address
linux> sudo ifconfig eth0 inet6 del fc00::3/64
SIOCDIFADDR: Cannot assign requested address
linux> sudo ifconfig eth0 inet6 add fc00::2/64
SIOCSIFADDR: File exists
nuttx> ifconfig eth0 inet6 add fc00::2/64
nuttx> ifconfig eth0 inet6 del fc00::2/112
Failed to manage IPv6 address: Cannot assign requested address
nuttx> ifconfig eth0 inet6 del fc00::3/112
Failed to manage IPv6 address: Cannot assign requested address
nuttx> ifconfig eth0 inet6 add fc00::2/64
Failed to manage IPv6 address: File exists
```
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-11-08 00:20:19 +08:00
..
2023-07-08 13:52:02 +08:00
2023-08-29 02:58:45 +08:00
2022-10-16 14:59:08 +02:00
2023-03-23 22:10:19 +02:00
2023-09-25 21:05:37 +08:00
2023-09-26 00:31:09 +08:00
2023-02-26 19:02:28 +02:00
2023-09-21 10:48:29 +08:00
2023-11-08 00:20:19 +08:00
2023-06-12 13:37:27 +08:00
2023-08-25 17:18:35 +08:00
2023-08-29 03:11:28 +08:00
2023-06-12 13:37:27 +08:00
2023-07-30 22:21:34 -07:00
2023-07-31 07:58:41 -07:00
2023-10-26 00:24:58 +08:00
2023-10-26 00:24:40 +08:00
2023-09-08 18:49:31 +08:00
2023-07-08 16:01:52 +03:00
2023-05-08 21:35:16 +03:00
2023-08-29 23:14:06 +08:00
2022-09-22 14:22:13 +08:00
2023-02-24 17:38:19 +08:00
2023-11-08 00:20:19 +08:00
2023-08-01 08:13:23 -07:00
2022-09-22 14:22:13 +08:00
2023-02-24 17:38:19 +08:00
2023-08-29 02:58:45 +08:00
2022-10-16 19:07:16 +02:00
2022-04-22 11:14:17 +08:00
2023-02-05 08:46:59 +02:00
2023-03-06 18:52:31 +02:00
2023-05-22 11:57:40 +02:00
2023-09-22 09:16:54 +08:00
2023-02-24 17:38:19 +08:00
2022-11-07 15:24:08 +09:00
2023-05-08 21:35:16 +03:00
2023-07-30 22:20:02 -07:00
2023-08-25 17:18:35 +08:00
2023-06-15 03:23:04 +08:00
2023-02-24 17:38:19 +08:00
2023-05-08 21:35:16 +03:00
2023-11-01 09:23:07 +08:00
2022-04-21 12:54:24 +03:00
2022-04-21 12:54:24 +03:00