]> git.ozlabs.org Git - yaboot.git/blobdiff - include/file.h
Support for VLAN tags
[yaboot.git] / include / file.h
index cff6cbb646511ae23e037701a17509fb5b5c7d41..e2ccc13d2265b8d4c665c0a4b7bc45072852e956 100644 (file)
@@ -47,6 +47,12 @@ struct boot_fspec_t {
        char*   tftp_retries;   /* TFTP retries */
        char*   subnetmask;     /* Subnet mask */
        char*   addl_params;    /* copy all additional parameters */
+       char*   vtag;           /* VLAN tag */
+
+       /* 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 {