Re: [PATCH] net/tap: fix the overflow of the network interface index.

2022-10-04 Thread Andrew Rybchenko
On 7/21/22 18:19, Stephen Hemminger wrote: On Thu, 21 Jul 2022 11:13:01 + Alex Kiselev wrote: On Linux and most other systems, network interface index is a 32-bit integer. Indexes overflowing the 16-bit integer are frequently seen when used inside a Docker container. Signed-off-by: Alex

Re: [PATCH] net/tap: fix the overflow of the network interface index.

2022-07-21 Thread Stephen Hemminger
On Thu, 21 Jul 2022 11:13:01 + Alex Kiselev wrote: > On Linux and most other systems, network interface index is a 32-bit > integer. Indexes overflowing the 16-bit integer are frequently seen > when used inside a Docker container. > > Signed-off-by: Alex Kiselev Looks good, Linux API is i