Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovs-tcpdump: handle large interface names on linux
Linux has a fixed size interface name, which will not change. This means that attempts to dump interfaces whose names are larger than the max size will result in an error making the tap device. This commit brings a new function. When the generated name would be too large, use a random number prefixed by 'ovsmi' instead. Reported-by: Bhanuprakash Bodireddy <[email protected]> Signed-off-by: Aaron Conole <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information