https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210189
Bug ID: 210189
Summary: [handbook] CARP warning at boot if following
configuration steps in section 30.10.1
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
If CARP is configured following the current Handbook examples on FreeBSD 10
hosts, at system boot this message is displayed:
/etc/rc: WARNING: $ifconfig_em0_alias0 needs leading "inet" keyword for an IPv4
address.
The examples in that section should be changed from this:
ifconfig_em0_alias0="vhid 1 pass testpass alias 192.168.1.50/32"
to this:
ifconfig_em0_alias0="inet vhid 1 pass testpass alias 192.168.1.50/32"
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"