Hello,
to setup CARP on a FreeBSD 10.3-RELEASE installation I followed the
documentation at

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html

at reboot there was a warning regarding the line

ifconfig_em0_alias0="vhid 1 pass testpass alias 192.168.1.50/32"

that should start with inet (the wording was not really this)

I tried with adding "inet" in front and the warning is now gone.

The corrected line now reads like this:

ifconfig_em0_alias0="inet vhid 1 pass testpass alias 192.168.1.50/32"

Should it be changed in the documentation?
Should I submit a bug about it and where?

Kind regards
Vanja

_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to