]> git.ozlabs.org Git - yaboot.git/blobdiff - include/file.h
Parse the subnetmask from bootpath and DHCP options
[yaboot.git] / include / file.h
index ca76a52238559f62028a60abc290f2fa3acd00ee..cff6cbb646511ae23e037701a17509fb5b5c7d41 100644 (file)
@@ -45,6 +45,7 @@ struct boot_fspec_t {
        char*   giaddr;         /* Gateway address */
        char*   bootp_retries;  /* Bootp retries */
        char*   tftp_retries;   /* TFTP retries */
        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 */
 };
 
        char*   addl_params;    /* copy all additional parameters */
 };