K 10 svn:author V 5 brian K 8 svn:date V 27 2000-10-29T05:15:23.000000Z K 7 svn:log V 570 Introduce a generic netgraph device. This is so-far undocumented, but should work for pretty much any netgraph node type(s) that understand ASCII messages. If the PPPoE node could accept ASCII data (it may be able to soon - it's what I've been testing with !), a PPPoE connection could be created generically using: ng: enable lqr set mru 1492 set mtu 1492 set device netgraph:[ether:ed1]:orphans.ethernet[pppoe:pppoe].data set login "TIMEOUT 10 \"\" \"pppoe: pppoe_connect { hook=\\\"data\\\" data_len=8 data=\\\"pppoe-in\\\" }\\c\" cmdid" Use at your peril ! END