Searched hist:256039 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/etc/rc.d/
H A Dnetifdiff 256039 Fri Oct 04 00:59:43 MDT 2013 hrs Add epair(4) support in $cloned_interfaces. One should be specified
as "epair0" in $cloned_interfaces and "epair0[ab]" in the others in
rc.conf like the following:

cloned_interfaces="epair0"
ifconfig_epair0a="inet 192.168.1.1/24"
ifconfig_epair0b="inet 192.168.2.1/24"

/etc/rc.d/netif now accepts both "netif start epair0" and "netif start
epair0a".

Approved by: re (kib)

Completed in 167 milliseconds