]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
lib: Add support and helpers for IPv6 host addresses
[petitboot] / lib / types / types.h
index 9ab2a43497602d22507e65602132930a20d52f0f..5f99b58d52b33d11dc5dc8369bbdc5569489e8e4 100644 (file)
@@ -110,6 +110,7 @@ struct interface_info {
        char            *name;
        bool            link;
        char            *address;
+       char            *address_v6;
 };
 
 struct blockdev_info {