X-Git-Url: https://git.distorted.org.uk/~mdw/userv-utils/blobdiff_plain/92bbf44b78dc7ad8a9372a27571e0cb9b7cf5ad3..c07be3595a60917243c741a53d7a2644db897a71:/ipif/forwarder.c?ds=sidebyside diff --git a/ipif/forwarder.c b/ipif/forwarder.c index 793ad24..66f8690 100644 --- a/ipif/forwarder.c +++ b/ipif/forwarder.c @@ -1,5 +1,5 @@ /* - * Encrypting tunnel for userv-ipif tunnels, actual implementation + * Encrypting tunnel for userv-ipif tunnels, actual core implementation */ /* * usage: @@ -24,7 +24,7 @@ * writer to reader first, then keys for packets from reader to * writer. * - * Every must be numeric. There is very little argument checking. + * Every addr or port must be numeric. There is very little argument checking. * * Exit status: * SIGALARM timed out @@ -35,7 +35,8 @@ * 16 bad trouble */ /* - * Copyright (C) 2000 Ian Jackson + * Copyright (C) 2000,2003 Ian Jackson + * This file is part of ipif, part of userv-utils * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by