diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-11 11:06:08 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-11 11:06:08 +0200 |
commit | 9a4b87905d727a518af04c16b8d7b603404098b7 (patch) | |
tree | 5a4bd38c5eb1e30007a17e29710443bfdd18f703 | |
parent | 8bf684eca2de6ffd9ba797cad485e36db0b9548f (diff) | |
download | bird-9a4b87905d727a518af04c16b8d7b603404098b7.tar bird-9a4b87905d727a518af04c16b8d7b603404098b7.zip |
Deleted RTS_OSPF_BOUNDARY
-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 6680c1e..92db292 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -601,7 +601,7 @@ defined by using the <cf>defined( <m>attribute</m> )</cf> operator. Next hop packets routed using this route should be forwarded to. <tag><m/enum/ source</tag> - what protocol has told me about this route. Possible values: <cf/RTS_DUMMY/, <cf/RTS_STATIC/, <cf/RTS_INHERIT/, <cf/RTS_DEVICE/, <cf/RTS_STATIC_DEVICE/, <cf/RTS_REDIRECT/, <cf/RTS_RIP/, <cf/RTS_OSPF/, <cf/RTS_OSPF_EXT/, <cf/RTS_OSPF_IA/, <cf/RTS_OSPF_BOUNDARY/, <cf/RTS_BGP/, <cf/RTS_PIPE/. + what protocol has told me about this route. Possible values: <cf/RTS_DUMMY/, <cf/RTS_STATIC/, <cf/RTS_INHERIT/, <cf/RTS_DEVICE/, <cf/RTS_STATIC_DEVICE/, <cf/RTS_REDIRECT/, <cf/RTS_RIP/, <cf/RTS_OSPF/, <cf/RTS_OSPF_IA/, <cf/RTS_OSPF_EXT/, <cf/RTS_BGP/, <cf/RTS_PIPE/. <tag><m/enum/ cast</tag> Route type (<cf/RTC_UNICAST/ for normal routes, <cf/RTC_BROADCAST/, <cf/RTC_MULTICAST/, <cf/RTC_ANYCAST/ for broadcast, multicast and anycast routes). Read-only. |