CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/07/13 10:23:28
Modified files: sys/net : if_spppsubr.c if_pppoe.c Log message: Do the same rdomain checking in sppp as we do in the Ethernet case. Encapsulated pppoe packets are moved into the rdomain of the physical interface because it is possible that a pppoe(4) interface is in a different rdomain then the physical interface. OK reyk@