You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(vsock): make subnet optional for Group scope IP filtering (#10)
When using scope 1 (Group) for IP filtering, subnet specification is now
optional. If no subnet is provided, all connections will be blocked,
matching scope 0 behavior. This provides more flexibility in network
configuration while maintaining security.
- Update IpFilterConfig to make subnet optional for scope 1
- Modify is_valid() to accept scope 1 without subnet
- Update documentation in libkrun.h to clarify scope behaviors
- Improve warning message specificity in VsockMuxer creation
0 commit comments