summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/bird.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 25cc2d5..1de0576 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1036,6 +1036,13 @@ it doesn't affect routing inside the OSPF domain at all.
<code>
protocol ospf MyOSPF {
+ export filter {
+ if source = RTS_BGP then {
+ ospf_metric1 = 100;
+ accept;
+ }
+ reject;
+ };
area 0.0.0.0 {
tick 8;
interface "eth*" {