diff options
Diffstat (limited to 'share/examples/netgraph/udp.tunnel')
-rw-r--r-- | share/examples/netgraph/udp.tunnel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/netgraph/udp.tunnel b/share/examples/netgraph/udp.tunnel index fc5810b84436..899f99179895 100644 --- a/share/examples/netgraph/udp.tunnel +++ b/share/examples/netgraph/udp.tunnel @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/share/examples/netgraph/udp.tunnel,v 1.2.26.1 2008/10/02 02:57:24 kensmith Exp $ # This script sets up a virtual point-to-point WAN link between # two subnets, using UDP packets as the ``WAN connection.'' |