X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/f2add8c1b19c46ff78655278643c3c2851db7566..HEAD:/ipif/service.c diff --git a/ipif/service.c b/ipif/service.c index eacfc63..ca02330 100644 --- a/ipif/service.c +++ b/ipif/service.c @@ -1,14 +1,6 @@ /* * userv service (or standalone program) for per-user IP subranges. * - * When invoked appropriately, it creates a point-to-point network - * interface with specified parameters. It arranges for packets sent out - * via that interface by the kernel to appear on its own stdout in SLIP or - * CSLIP encoding, and packets injected into its own stdin to be given to - * the kernel as if received on that interface. Optionally, additional - * routes can be set up to arrange for traffic for other address ranges to - * be routed through the new interface. - * * This is the service program, which is invoked as root from userv (or may * be invoked firectly). *