diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-06-19 16:49:57 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-06-19 16:49:57 +0000 |
commit | 4311698740a3edd2eaf4d622104a95d23f8c6749 (patch) | |
tree | 747487a42c259a45b9b66a041cf8b0abb75b7a61 | |
parent | de6f05bf47366381840360db61f96fe9a7cfe61d (diff) |
add rtlabel to external-tag example
-rw-r--r-- | etc/ospfd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/ospfd.conf b/etc/ospfd.conf index 0209b53eb66..16a754797b3 100644 --- a/etc/ospfd.conf +++ b/etc/ospfd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: ospfd.conf,v 1.3 2007/03/21 11:04:24 norby Exp $ +# $OpenBSD: ospfd.conf,v 1.4 2007/06/19 16:49:56 reyk Exp $ # macros password="secret" @@ -19,6 +19,8 @@ password="secret" # router-priority 1 # transmit-delay 1 +# rtlabel "DMZ" external-tag 1 + # areas area 0.0.0.5 { interface em0 { |