Harald Welte
afd89ca36d
Contstrain argparse integers to permitted range
...
In many casese we used type=int permitting any integer value, positive
or negative without a constratint in size. However, in reality often
we're constrained to unsigned 8 or 16 bit ranges. Let's use the
auto_uint{8,16} functions to enforce this within argparse before
we even try to encode something that won't work.
Change-Id: I35c81230bc18e2174ec1930aa81463f03bcd69c8
2024-02-04 17:56:59 +01:00
..
2024-01-08 12:10:11 +00:00
2024-01-08 12:10:11 +00:00
2024-01-30 21:33:41 +01:00
2024-02-04 17:56:59 +01:00
2024-02-01 12:06:07 +01:00
2024-02-01 12:06:07 +01:00
2022-02-11 13:32:58 +01:00
2023-12-27 22:17:38 +01:00
2024-01-27 20:50:12 +00:00
2022-02-11 13:32:58 +01:00
2022-02-11 13:32:58 +01:00
2023-10-24 15:10:01 +02:00
2023-12-28 08:08:54 +01:00
2023-12-29 18:51:25 +01:00
2024-02-04 17:42:30 +01:00
2024-01-04 21:20:19 +01:00
2024-02-01 12:06:07 +01:00
2022-07-30 16:37:01 +02:00
2024-02-04 17:56:59 +01:00
2023-12-28 08:08:54 +01:00
2022-07-23 12:18:57 +02:00
2022-02-14 00:51:27 +01:00
2022-02-11 13:32:58 +01:00
2023-06-05 20:58:11 +02:00
2023-07-12 22:05:14 +02:00
2024-01-27 21:47:13 +01:00
2024-02-04 17:42:30 +01:00
2023-06-27 09:26:28 +02:00
2023-12-29 18:51:25 +01:00
2024-01-14 17:42:01 +01:00
2023-07-28 15:34:40 +00:00
2024-01-12 10:02:54 +01:00
2024-01-04 21:27:39 +01:00
2023-12-05 17:37:36 +00:00
2024-01-12 10:02:54 +01:00
2024-01-16 19:04:10 +01:00
2024-02-04 17:56:59 +01:00
2024-01-04 21:50:38 +01:00
2024-02-04 17:56:59 +01:00