mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
Some small fixes:
- lets make sure we are not adding ipv4 addresses in ipv6 section in
keyfile and vice versa.
- ADDR_FAMILY_IPV6 is a bit in addr_family. Test that bit instead of
checking the whole value of addr_family.
- Some trivial fixes in hv_set_ifconfig.sh.
These fixes are proposed after doing some internal testing at Red Hat.
CC: Shradha Gupta <[email protected]>
CC: Saurabh Sengar <[email protected]>
Fixes: 42999c9046 ("hv/hv_kvp_daemon:Support for keyfile based connection profile")
Signed-off-by: Ani Sinha <[email protected]>
Reviewed-by: Shradha Gupta <[email protected]>
Signed-off-by: Wei Liu <[email protected]>
Message-ID: <[email protected]>