summaryrefslogtreecommitdiffstats
path: root/src/net/ipv4.c
diff options
context:
space:
mode:
authorMichael Brown2011-03-23 22:21:12 +0100
committerMichael Brown2011-03-23 22:21:12 +0100
commit02a6f46c0984be8818db061210b61295d9c3e245 (patch)
treeba918d5e2ad2f1bd171ee7079aadba007dcccc0e /src/net/ipv4.c
parent[settings] Avoid memory leak when unregistering autovivified settings blocks (diff)
downloadipxe-02a6f46c0984be8818db061210b61295d9c3e245.tar.gz
ipxe-02a6f46c0984be8818db061210b61295d9c3e245.tar.xz
ipxe-02a6f46c0984be8818db061210b61295d9c3e245.zip
[settings] Match terminology in online documentation
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/ipv4.c')
-rw-r--r--src/net/ipv4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ipv4.c b/src/net/ipv4.c
index 3d6d738b..b2d51ada 100644
--- a/src/net/ipv4.c
+++ b/src/net/ipv4.c
@@ -556,7 +556,7 @@ struct arp_net_protocol ipv4_arp_protocol __arp_net_protocol = {
/** IPv4 address setting */
struct setting ip_setting __setting ( SETTING_IPv4 ) = {
.name = "ip",
- .description = "IPv4 address",
+ .description = "IP address",
.tag = DHCP_EB_YIADDR,
.type = &setting_type_ipv4,
};
@@ -564,7 +564,7 @@ struct setting ip_setting __setting ( SETTING_IPv4 ) = {
/** IPv4 subnet mask setting */
struct setting netmask_setting __setting ( SETTING_IPv4 ) = {
.name = "netmask",
- .description = "IPv4 subnet mask",
+ .description = "Subnet mask",
.tag = DHCP_SUBNET_MASK,
.type = &setting_type_ipv4,
};