aboutsummaryrefslogtreecommitdiff
path: root/share/examples/netgraph
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/netgraph')
-rw-r--r--share/examples/netgraph/ether.bridge2
-rw-r--r--share/examples/netgraph/frame_relay2
-rw-r--r--share/examples/netgraph/ngctl2
-rw-r--r--share/examples/netgraph/raw2
-rw-r--r--share/examples/netgraph/udp.tunnel2
5 files changed, 5 insertions, 5 deletions
diff --git a/share/examples/netgraph/ether.bridge b/share/examples/netgraph/ether.bridge
index 754e7602a5f2..ef56800c9cb3 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.10.1.8.1 2012/03/03 06:15:13 kensmith 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..39fa9aefb1ea 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.58.1.8.1 2012/03/03 06:15:13 kensmith Exp $
CARD=sr0
DLCI=16
diff --git a/share/examples/netgraph/ngctl b/share/examples/netgraph/ngctl
index 80a7f22d13fd..e43594b793c6 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.32.1.8.1 2012/03/03 06:15:13 kensmith 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..ee2a860c1068 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.58.1.8.1 2012/03/03 06:15:13 kensmith Exp $
CARD=sr0
diff --git a/share/examples/netgraph/udp.tunnel b/share/examples/netgraph/udp.tunnel
index fc5810b84436..abfc62387ea8 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.32.1.8.1 2012/03/03 06:15:13 kensmith Exp $
# This script sets up a virtual point-to-point WAN link between
# two subnets, using UDP packets as the ``WAN connection.''