X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Ffs_of.c;h=17a4df3517bea60a6dbe45500df6e3610d38f7f2;hp=f6b2050da4731aa5fb8c9766c02f47357091a621;hb=19d463913aa7e20a567d5e7fb68b7fd69955b5fc;hpb=a9e02f948a7e3f8ada87e07a0c1a382805ad15c6 diff --git a/second/fs_of.c b/second/fs_of.c index f6b2050..17a4df3 100644 --- a/second/fs_of.c +++ b/second/fs_of.c @@ -176,6 +176,8 @@ of_net_open(struct boot_file_t* file, strcat(buffer, ","); strcat(buffer, fspec->tftp_retries); strcat(buffer, ","); + strcat(buffer, fspec->subnetmask); + strcat(buffer, ","); strcat(buffer, fspec->addl_params); } else { strcat(buffer, ",");