View | Details | Raw Unified | Return to bug 118111 | Differences between
and this patch

Collapse All | Expand All

(-)rc.conf.5 (-1 / +10 lines)
Lines 1158-1168 Link Here
1158
.Va pccard_ifconfig
1158
.Va pccard_ifconfig
1159
variable.
1159
variable.
1160
.Pp
1160
.Pp
1161
It is also possible to rename interface by doing:
1161
It is also possible to rename an interface by doing:
1162
.Bd -literal
1162
.Bd -literal
1163
ifconfig_ed0_name="net0"
1163
ifconfig_ed0_name="net0"
1164
ifconfig_net0="inet 10.0.0.1 netmask 0xffff0000"
1164
ifconfig_net0="inet 10.0.0.1 netmask 0xffff0000"
1165
.Ed
1165
.Ed
1166
.Pp
1167
or by interface MAC address with:
1168
.Bd -literal
1169
ifconfig_mac_names="net0 net1"
1170
ifconfig_mac_net0="02:0d:61:37:e3:2d"
1171
ifconfig_mac_net1="02:0d:61:37:e3:2e"
1172
ifconfig_net0="inet 10.0.0.1 netmask 0xffff0000"
1173
ifconfig_net1="DHCP"
1174
.Ed
1166
.It Va ipv6_network_interfaces
1175
.It Va ipv6_network_interfaces
1167
.Pq Vt str
1176
.Pq Vt str
1168
This is the IPv6 equivalent of
1177
This is the IPv6 equivalent of

Return to bug 118111