diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2009-12-21 16:29:23 +0100 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2009-12-21 16:29:23 +0100 |
commit | 67b24e7c1991de345dcb14173943a28d499f6f85 (patch) | |
tree | 198da801d827a402584bf4322b85a7d6970534a8 /doc | |
parent | 053dc3d81fe6470966bc35a852e791de0c00ee68 (diff) | |
download | bird-67b24e7c1991de345dcb14173943a28d499f6f85.tar bird-67b24e7c1991de345dcb14173943a28d499f6f85.zip |
Wrong switch name in configuration example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index a6278a1..312ab36 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1534,7 +1534,7 @@ Default is <cf/metric of type 2 = 10000/ and <cf/tag = 0/. <code> protocol ospf MyOSPF { - rfc1583compatibility yes; + rfc1583compat yes; tick 2; export filter { if source = RTS_BGP then { |