diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-08-15 15:09:34 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-08-15 15:09:34 +0000 |
commit | f28db623c4a494169db64f1f4914f184937b7683 (patch) | |
tree | 8bc7dff82978980fd54604ff7079df2cad3ccbb9 /etc | |
parent | f69c1be9d39917c15589606d54f48b934eafae30 (diff) | |
download | FreeBSD-src-f28db623c4a494169db64f1f4914f184937b7683.zip FreeBSD-src-f28db623c4a494169db64f1f4914f184937b7683.tar.gz |
Add a sample ifconfig entry for an IPX address family address, to give
IPX folks a fighting chance of figuring this out themselves. I can't
work out how to document this carefully in rc.conf(5), but this ought
to close the PR.
PR: 17904
Reported by: John Gelnaw <jeg@hawk.circa.ufl.edu>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/rc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 001fc11..43f9d20 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -69,6 +69,7 @@ network_interfaces="auto" # List of network interfaces (or "auto"). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. #ifconfig_ed0_alias0="inet6 fec0:0000:0000:0005::1 prefixlen 64" # Sample alias entry for IPv6. +#ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry. # # If you have any sppp(4) interfaces above, you might also want to set # the following parameters. Refer to spppcontrol(8) for their meaning. |