mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
Protocol names are x-slam and x-tftm
This commit is contained in:
@@ -532,5 +532,5 @@ static int url_slam ( char *url __unused,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct protocol slam_protocol __protocol = {
|
static struct protocol slam_protocol __protocol = {
|
||||||
"slam", url_slam
|
"x-slam", url_slam
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -482,5 +482,5 @@ static int opt_get_multicast(struct tftp_t *tr, unsigned short *len,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct protocol tftm_protocol __protocol = {
|
static struct protocol tftm_protocol __protocol = {
|
||||||
"tftm", url_tftm
|
"x-tftm", url_tftm
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user