summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control8
2 files changed, 2 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 854c0b7..bba09f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ userv-utils (0.6.0~~iwj3) unstable; urgency=low
* Correct binary package dependencies by referencing substvars in
debian/control.
* Add dependency on debhelper.
+ * No longer mention SLIP and udptunnel in the userv-ipif Description.
--
diff --git a/debian/control b/debian/control
index 8f931e9..6d5f24b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,13 +11,7 @@ Depends: userv, ${shlibs:Depends}, ${misc:Depends}
Recommends: ssh
Description: VPN system (and user-mode network interface)
userv-ipif is a userv service to allow non-root users to create
- network interfaces implemented in user space. No kernel patches are
- required (the kernel's built-in SLIP driver is used).
- .
- Based on this, udptunnel is a a simple but flexible VPN program which
- uses ssh for authentication and key exchange but sends the packets
- over UDP. (Other VPN-over-ssh programs typically do PPP-over-TCP,
- which yields poor perfoormance.) Note that udptunnel is not IPSEC.
+ network interfaces implemented in user space.
.
The default configuration does set up any users with permission to
create network interfaces such as VPN endpoints.