CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/01/09 08:24:24
Modified files:
sys/net : if_bridge.c if_etherip.c if_gif.c if_gre.c
if_loop.c if_mpe.c if_mpw.c if_pair.c
if_pflog.c if_pflow.c if_pfsync.c if_ppp.c
if_pppoe.c if_switch.c if_trunk.c if_tun.c
if_vether.c if_vlan.c if_vxlan.c
sys/netinet : ip_carp.c
Log message:
Creating a cloned interface could return ENOMEM due to temporary
memory shortage. As it is invoked from a system call, it should
not fail and wait instead.
OK visa@ mpi@