]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Merge r256824 from head:
authorglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Oct 2013 09:24:39 +0000 (09:24 +0000)
committerglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Oct 2013 09:24:39 +0000 (09:24 +0000)
commit17d782d0b65b5492271536b5472031cb1edb0582
tree0eb93d739e4e62d9a94a393337cd694ebc099748
parente978266157100d56186ad24e9baa25ba13b524ba
Merge r256824 from head:
  Provide a working example line for an interface with 1 address running
  with CARP.

  Currently, we've got a problem that interface isn't IFF_UP at the time
  we assign it a redundant address, and the latter gets stuck in INIT state.
  Additional SIOCSIFFLAGS from ifconfig(8) kicks it to a working state.

  A proper fix is kernel side and appeared to be non-trivial, not to be
  checked in before 10.0-RELEASE.

  Submitted by:   Ole Myhre <ole.myhre dataoppdrag.no>

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/10@257321 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/ifconfig/ifconfig.8