X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=include%2Ffile.h;fp=include%2Ffile.h;h=b2d9c63a71d9082f499382c877fdb3ee074883d5;hb=d8ea971a7f1c29e384c813773331c7148e5a18aa;hp=cff6cbb646511ae23e037701a17509fb5b5c7d41;hpb=19d463913aa7e20a567d5e7fb68b7fd69955b5fc;p=yaboot.git diff --git a/include/file.h b/include/file.h index cff6cbb..b2d9c63 100644 --- a/include/file.h +++ b/include/file.h @@ -47,6 +47,11 @@ struct boot_fspec_t { char* tftp_retries; /* TFTP retries */ char* subnetmask; /* Subnet mask */ char* addl_params; /* copy all additional parameters */ + + /* Following fields are used only in ipv6 format */ + int is_ipv6; /* is ipv6 specified ? */ + char* dhcpv6; /* dhcpv6 string */ + char* blksize; /* blksize string */ }; struct boot_file_t {