diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2006-06-01 16:38:09 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2006-06-01 16:38:09 +0000 |
commit | 3c68a9444484757eea0ad05e7e0ab7ee61da79f7 (patch) | |
tree | ad672ce334426ba808932ac601b90a51df069da7 /etc | |
parent | 5d788bf8b4b626c9cb3b77d73ace0a21a160f4c0 (diff) |
add a sample dvmrpd.conf
ok deraadt@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/dvmrpd.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/dvmrpd.conf b/etc/dvmrpd.conf new file mode 100644 index 00000000000..02f837b3b0b --- /dev/null +++ b/etc/dvmrpd.conf @@ -0,0 +1,17 @@ +# $OpenBSD: dvmrpd.conf,v 1.1 2006/06/01 16:38:08 norby Exp $ + +# macros +#fast="10" + +# global configuration +#mfc-update no + +group { + robustness 4 + + interface bge0 + interface vlan5 + interface vlan6 + interface gre0 +} + |