CVSROOT: /cvs
Module name: src
Changes by: mpf cvs.openbsd.org 2007/04/17 15:36:59
Modified files:
sys/net : if_sppp.h if_spppsubr.c
share/man/man4 : pppoe.4
Log message:
Add support for setting the address of the ppp peer.
Use the proper in_ifscrub() / in_ifinit() calls for
address changes to generate routing messages.
The correct way to set the default route now
needs the -ifp option, e.g.
route add default -ifp pppoe0 0.0.0.1
Since the route is set right after bringing
the interface up, it still works w/out -ifp though.
Changes mostly from NetBSD.
Tested by Matthias Bauer and bluhm
OK canacar
|