]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r279920:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 19 Mar 2015 13:33:15 +0000 (13:33 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 19 Mar 2015 13:33:15 +0000 (13:33 +0000)
commit3f58d38ef31f3ff776b7256792bc450e8f28082c
tree5079b4f5a9ea34f9691e36372477b7a080aedba6
parent594563c1c05b08979be0352ae42b0217d2fb48d9
MFC r279920:
  Add if_input_default() method, that will be used for if_input
  initialization, when no input method specified before if_attach().

  This prevents panics when if_input() method called directly e.g.
  from bpf(4) code.

  PR: 192426

git-svn-id: svn://svn.freebsd.org/base/stable/9@280257 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if.c