Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lkl: fix regression on environment variable config #571

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

thehajime
Copy link
Member

This commit fixes an issue not to be able to configure network interfaces via environmental variable at all. On refactoring of json config interface, variables such as LKL_HIJACK_NET_IFTYPE was completely ignored thus, cannot create any network interfaces.

Fixes: 254fbe1 ("lkl-upstream: refactors json config implementation")

Cc: @miaomingc
Close #560

This commit fixes an issue not to be able to configure network
interfaces via environmental variable at all.  On refactoring of json
config interface, variables such as LKL_HIJACK_NET_IFTYPE was completely
ignored thus, cannot create any network interfaces.

Fixes: 254fbe1 ("lkl-upstream: refactors json config implementation")
Signed-off-by: Hajime Tazaki <[email protected]>
@thehajime thehajime requested a review from tavip February 24, 2025 08:19
Copy link
Member

@tavip tavip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @thehajime !

@thehajime thehajime merged commit ef9b11c into lkl:master Feb 25, 2025
14 checks passed
@thehajime thehajime deleted the fix-netif-env-conf branch February 25, 2025 03:01
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.

Need help about lkl-hijack (configure tap device)
2 participants