X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=5f99b58d52b33d11dc5dc8369bbdc5569489e8e4;hp=9ab2a43497602d22507e65602132930a20d52f0f;hb=becf2b28d8b0aa561ac7e42db519071f8065d37f;hpb=99a1f905f585480cca2c9a43ab18ed8e37365192 diff --git a/lib/types/types.h b/lib/types/types.h index 9ab2a43..5f99b58 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -110,6 +110,7 @@ struct interface_info { char *name; bool link; char *address; + char *address_v6; }; struct blockdev_info {