diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/bgpd.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f3734144..f07f06de 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-08 Hasso Tepper <hasso at quagga.net> + + * bgpd.texi: Document new "bgp bestpath as-path confed" command. + 2005-04-05 Paul Jakma <paul@dishone.st> * Makefile.am: Get rid of built_sources. It causes them to be added diff --git a/doc/bgpd.texi b/doc/bgpd.texi index 0e0a2708..43d97028 100644 --- a/doc/bgpd.texi +++ b/doc/bgpd.texi @@ -116,6 +116,12 @@ This command set distance value to @item 6. MED check. @end table +@deffn {BGP} {bgp bestpath as-path confed} {} +This command specifies that the length of confederation path sets and +sequences should should be taken into account during the BGP best path +decision process. +@end deffn + @node BGP network @section BGP network |