diff options
author | 2007-06-19 16:49:56 +0000 | |
---|---|---|
committer | 2007-06-19 16:49:56 +0000 | |
commit | c7bf296855f607fde53eaf0c5073619dfbc3a514 (patch) | |
tree | e35479012baaae0626f56c29152f7fc3b0506bd9 | |
parent | add support for mapping route labels to AS-external route tags. (diff) | |
download | wireguard-openbsd-c7bf296855f607fde53eaf0c5073619dfbc3a514.tar.xz wireguard-openbsd-c7bf296855f607fde53eaf0c5073619dfbc3a514.zip |
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 { |