diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /share/examples/netgraph | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
Diffstat (limited to 'share/examples/netgraph')
| -rw-r--r-- | share/examples/netgraph/ether.bridge | 2 | ||||
| -rw-r--r-- | share/examples/netgraph/frame_relay | 2 | ||||
| -rw-r--r-- | share/examples/netgraph/ngctl | 2 | ||||
| -rw-r--r-- | share/examples/netgraph/raw | 2 | ||||
| -rw-r--r-- | share/examples/netgraph/udp.tunnel | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/share/examples/netgraph/ether.bridge b/share/examples/netgraph/ether.bridge index 754e7602a5f2..c6129b494f15 100644 --- a/share/examples/netgraph/ether.bridge +++ b/share/examples/netgraph/ether.bridge @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/share/examples/netgraph/ether.bridge,v 1.5 2006/03/05 15:53:07 schweikh Exp $ # This script sets up an Ethernet bridging network across multiple # Ethernet interfaces using the ng_bridge(4) and ng_ether(4) netgraph # node types. diff --git a/share/examples/netgraph/frame_relay b/share/examples/netgraph/frame_relay index 0becb471c810..78421e35a35f 100644 --- a/share/examples/netgraph/frame_relay +++ b/share/examples/netgraph/frame_relay @@ -1,7 +1,7 @@ #!/bin/sh # script to set up a frame relay link on the sr card. # The dlci used is selected below. The default is 16 -# $FreeBSD$ +# $FreeBSD: src/share/examples/netgraph/frame_relay,v 1.1 1999/11/19 06:56:34 julian Exp $ CARD=sr0 DLCI=16 diff --git a/share/examples/netgraph/ngctl b/share/examples/netgraph/ngctl index 80a7f22d13fd..3a2096177053 100644 --- a/share/examples/netgraph/ngctl +++ b/share/examples/netgraph/ngctl @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/share/examples/netgraph/ngctl,v 1.3 2003/11/15 15:26:35 harti Exp $ # # This is an example that shows how to send ASCII formatted control diff --git a/share/examples/netgraph/raw b/share/examples/netgraph/raw index e0970f3c0b33..4bcfc4ce1fc2 100644 --- a/share/examples/netgraph/raw +++ b/share/examples/netgraph/raw @@ -1,7 +1,7 @@ #!/bin/sh # script to connect a raw synchronous card to a system interface. # Assumes the file if_sr was compiled with options NETGRAPH. -# $FreeBSD$ +# $FreeBSD: src/share/examples/netgraph/raw,v 1.1 1999/11/19 07:04:36 julian Exp $ CARD=sr0 diff --git a/share/examples/netgraph/udp.tunnel b/share/examples/netgraph/udp.tunnel index fc5810b84436..dc92827e8b58 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 2003/09/30 22:39:22 julian Exp $ # This script sets up a virtual point-to-point WAN link between # two subnets, using UDP packets as the ``WAN connection.'' |
