Skip to content

Comments

fix(test): use shorter veth peer name#1233

Merged
squeed merged 1 commit intocontainernetworking:mainfrom
mlguerrero12:fix-long-hostvethname
Feb 17, 2026
Merged

fix(test): use shorter veth peer name#1233
squeed merged 1 commit intocontainernetworking:mainfrom
mlguerrero12:fix-long-hostvethname

Conversation

@mlguerrero12
Copy link
Member

The "test" prefix on hostVethName exceeds the 15-char Linux interface name limit (IFNAMSIZ), causing ERANGE instead of EEXIST. Shorten the prefix so the test exercises the intended error path.

The "test" prefix on hostVethName exceeds the 15-char Linux interface
name limit (IFNAMSIZ), causing ERANGE instead of EEXIST. Shorten the
prefix so the test exercises the intended error path.

Signed-off-by: Marcelo Guerrero <marcegue@cisco.com>
@squeed squeed merged commit dfb1f9a into containernetworking:main Feb 17, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants