diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 10:33:31 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 10:33:31 +0000 |
commit | f7e4910002788405927a30928bbf8d1b36e9c391 (patch) | |
tree | d0e9d7d12dca8a2ae60505904bec0fabd9225e9d /etc | |
parent | 0119060ef6eb6767616e6fab8f0ad8c22319329b (diff) |
enable rtadvd in usr.sbin/Makefile.
rcsid police on usr.sbin/rtadvd.
add sample config into etc/rtadvd.conf.
add files into distrib/sets/list.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rtadvd.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/rtadvd.conf b/etc/rtadvd.conf new file mode 100644 index 00000000000..4aba204c1a7 --- /dev/null +++ b/etc/rtadvd.conf @@ -0,0 +1,19 @@ +# $OpenBSD: rtadvd.conf,v 1.1 1999/12/11 10:33:26 itojun Exp $ +# $NetBSD: rtadvd.conf,v 1.3 1999/07/03 20:50:39 hubertf Exp $ +# +# common definitions. +# +default:\ + :chlim#64:raflags#0:rltime#1800:rtime#30000:retrans#1000:\ + :pinfoflags#192:vltime#3600000:pltime#3600000:mtu#1500: +ether:\ + :mtu#1500:tc=default: +# +# interfaces. +# +# This is a sample entry. You'll need to have an entry like this +# for each of your interfaces on which you'll be advertising about the prefix +# information. +# Then, list name of the interfaces to be advertised onto the command line. +#ef0:\ +# :addrs#1:addr="fec0:0000:0000:0000::":prefixlen#64:tc=ether: |