K 10 svn:author V 3 hrs K 8 svn:date V 27 2015-09-09T08:52:39.869647Z K 7 svn:log V 468 MFC r272889 and r287402: - Virtualize if_epair(4). An if_xname check for both "a" and "b" interfaces is added to return EEXIST when only "b" interface exists---this can happen when epairb is moved to a vnet jail and then "ifconfig epair create" is invoked there. - Fix a panic which was reproducible by an infinite loop of "ifconfig epair0 create && ifconfig epair0a destroy". This was caused by an uninitialized function pointer in softc->media. END