diff options
author | 1996-07-20 00:15:54 +0000 | |
---|---|---|
committer | 1996-07-20 00:15:54 +0000 | |
commit | 8e6c39e226de0d0eebb32dec4333714e9ad5c0a7 (patch) | |
tree | 8067919455e52f34211d94c956d0a34351abfbf1 | |
parent | make tty2/tty3 also (diff) | |
download | wireguard-openbsd-8e6c39e226de0d0eebb32dec4333714e9ad5c0a7.tar.xz wireguard-openbsd-8e6c39e226de0d0eebb32dec4333714e9ad5c0a7.zip |
comment out a nasty line
-rw-r--r-- | etc/mrouted.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mrouted.conf b/etc/mrouted.conf index f63011f1bc3..905b59eedd0 100644 --- a/etc/mrouted.conf +++ b/etc/mrouted.conf @@ -1,4 +1,4 @@ -# $OpenBSD: mrouted.conf,v 1.4 1996/05/26 10:25:33 deraadt Exp $ +# $OpenBSD: mrouted.conf,v 1.5 1996/07/20 00:15:54 deraadt Exp $ # # This is the configuration file for "mrouted", an IP multicast router. # mrouted looks for it in "/etc/mrouted.conf". @@ -30,7 +30,7 @@ # # # Template tunnel for mcast_install -tunnel 128.4.0.77 128.4.0.8 metric 1 threshold 64 rate_limit 500 # <-- REPLACE +#tunnel 128.4.0.77 128.4.0.8 metric 1 threshold 64 rate_limit 500 # <-- REPLACE # boundary LOCAL # # You might want to specify a boundary on your tunnel to the outside world, |