diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2010-01-08 15:12:49 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2010-01-08 15:12:49 +0000 |
commit | 3c78db00dd77ca78b68692e3ad1fe058f33c4347 (patch) | |
tree | 943f38c4343a75fa3d562ebe9a4e3d3491ff11f9 | |
parent | 23fe37d6703f79f315f660c6f2e417b96870f094 (diff) |
Remove "password" macro from ospf6d example config file.
OSPFv3 does not feature built-in authentication (it relies
on IPsec, see RFC4552) so the example was misleading.
ok claudio@ michele@
-rw-r--r-- | etc/ospf6d.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/ospf6d.conf b/etc/ospf6d.conf index 83ae5e0f8c3..767a6988e2e 100644 --- a/etc/ospf6d.conf +++ b/etc/ospf6d.conf @@ -1,7 +1,4 @@ -# $OpenBSD: ospf6d.conf,v 1.1 2007/10/08 12:16:35 norby Exp $ - -# macros -password="secret" +# $OpenBSD: ospf6d.conf,v 1.2 2010/01/08 15:12:48 stsp Exp $ # global configuration # router-id 10.0.0.1 |