X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Ffile.h;h=b2d9c63a71d9082f499382c877fdb3ee074883d5;hp=ca76a52238559f62028a60abc290f2fa3acd00ee;hb=6d1b9adfa92da6ad903544b7497f05462ef8a301;hpb=98eacaa1983cde1532e80e67466dfa615e5564a2 diff --git a/include/file.h b/include/file.h index ca76a52..b2d9c63 100644 --- a/include/file.h +++ b/include/file.h @@ -45,7 +45,13 @@ struct boot_fspec_t { char* giaddr; /* Gateway address */ char* bootp_retries; /* Bootp retries */ 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 {