]> git.puffer.fish Git - mirror/frr.git/commitdiff
2005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
authorajs <ajs>
Thu, 3 Feb 2005 17:12:01 +0000 (17:12 +0000)
committerajs <ajs>
Thu, 3 Feb 2005 17:12:01 +0000 (17:12 +0000)
* basic.texi: Add note about last-resort crash logging to /var/tmp
  when file logging is not configured.
* quagga.info: updated build of autogenerated file

doc/ChangeLog
doc/basic.texi
doc/quagga.info

index bcff827e0d02857b93b03ef311b3bc8016357559..641e156c5f0c1aebeb271812803631f77da5e1f3 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+       * basic.texi: Add note about last-resort crash logging to /var/tmp
+         when file logging is not configured.
+       * quagga.info: updated build of autogenerated file
+
 2005-01-24 Paul Jakma <paul@dishone.st>
 
        * quagga.info: Version bump (autogenerated)
index cbbdea49b6b753cfe48f8e89345c2d5ec36715f5..9c6b59a48155adeb0a223e3187e68d5e833249e8 100644 (file)
@@ -116,6 +116,12 @@ If the optional second argument specifying the
 logging level is not present, the default logging level (typically debugging,
 but can be changed using the deprecated @code{log trap} command) will be used.
 The @code{no} form of the command disables logging to a file.
+
+Note: if you do not configure any file logging, and a daemon crashes due
+to a signal or an assertion failure, it will attempt to save the crash
+information in a file named /var/tmp/quagga.<daemon name>.crashlog.
+For security reasons, this will not happen if the file exists already, so
+it is important to delete the file after reporting the crash information.
 @end deffn
 
 @deffn Command {log syslog} {}
index b48285c6d5796a34f8c708d88f59b0784b22e78e..a347b4113fa2fdd402188c1e1c8f85b1277810e3 100644 (file)
@@ -778,6 +778,13 @@ File: quagga.info,  Node: Basic Config Commands,  Next: Sample Config File,  Up:
      can be changed using the deprecated `log trap' command) will be
      used.  The `no' form of the command disables logging to a file.
 
+     Note: if you do not configure any file logging, and a daemon
+     crashes due to a signal or an assertion failure, it will attempt
+     to save the crash information in a file named
+     /var/tmp/quagga.<daemon name>.crashlog.  For security reasons,
+     this will not happen if the file exists already, so it is
+     important to delete the file after reporting the crash information.
+
  -- Command: log syslog
  -- Command: log syslog LEVEL
  -- Command: no log syslog
@@ -5177,7 +5184,7 @@ Command Index
 * Menu:
 
 * access-class ACCESS-LIST:              Basic Config Commands.
-                                                              (line 121)
+                                                              (line 128)
 * access-list NAME deny IPV4-NETWORK:    IP Access List.      (line   8)
 * access-list NAME permit IPV4-NETWORK:  IP Access List.      (line   7)
 * aggregate-address A.B.C.D/M:           Route Aggregation.   (line   7)
@@ -5214,7 +5221,7 @@ Command Index
 * auto-cost refrence-bandwidth <1-4294967>: OSPF router.      (line  53)
 * bandwidth <1-10000000>:                Interface Commands.  (line  31)
 * banner motd default:                   Basic Config Commands.
-                                                              (line 103)
+                                                              (line 110)
 * bgp cluster-id A.B.C.D:                Route Reflector.     (line   7)
 * bgp config-type cisco:                 Multiple instance.   (line  20)
 * bgp config-type zebra:                 Multiple instance.   (line  49)
@@ -5308,9 +5315,9 @@ Command Index
 * enable password PASSWORD:              Basic Config Commands.
                                                               (line  14)
 * exec-timeout MINUTE:                   Basic Config Commands.
-                                                              (line 109)
+                                                              (line 116)
 * exec-timeout MINUTE SECOND:            Basic Config Commands.
-                                                              (line 110)
+                                                              (line 117)
 * flush_timer TIME:                      ripngd Configuration.
                                                               (line  12)
 * hostname HOSTNAME:                     Basic Config Commands.
@@ -5394,30 +5401,30 @@ Command Index
 * ipv6 route NETWORK GATEWAY DISTANCE:   Static Route Commands.
                                                               (line  78)
 * line vty:                              Basic Config Commands.
-                                                              (line 100)
+                                                              (line 107)
 * link-detect:                           Interface Commands.  (line  37)
 * list:                                  Terminal Mode Commands.
                                                               (line  24)
 * log facility FACILITY:                 Basic Config Commands.
-                                                              (line  74)
+                                                              (line  81)
 * log file FILENAME:                     Basic Config Commands.
                                                               (line  41)
 * log file FILENAME LEVEL:               Basic Config Commands.
                                                               (line  42)
 * log monitor:                           Basic Config Commands.
-                                                              (line  61)
+                                                              (line  68)
 * log monitor LEVEL:                     Basic Config Commands.
-                                                              (line  62)
+                                                              (line  69)
 * log record-priority:                   Basic Config Commands.
-                                                              (line  80)
+                                                              (line  87)
 * log stdout:                            Basic Config Commands.
                                                               (line  28)
 * log stdout LEVEL:                      Basic Config Commands.
                                                               (line  29)
 * log syslog:                            Basic Config Commands.
-                                                              (line  52)
+                                                              (line  59)
 * log syslog LEVEL:                      Basic Config Commands.
-                                                              (line  53)
+                                                              (line  60)
 * log trap LEVEL:                        Basic Config Commands.
                                                               (line  17)
 * logmsg LEVEL MESSAGE:                  Terminal Mode Commands.
@@ -5523,7 +5530,7 @@ Command Index
 * no auto-cost refrence-bandwidth:       OSPF router.         (line  54)
 * no bandwidth <1-10000000>:             Interface Commands.  (line  32)
 * no banner motd:                        Basic Config Commands.
-                                                              (line 106)
+                                                              (line 113)
 * no bgp multiple-instance:              Multiple instance.   (line  14)
 * no debug event:                        More Show IP BGP.    (line  39)
 * no debug keepalive:                    More Show IP BGP.    (line  43)
@@ -5556,7 +5563,7 @@ Command Index
 * no distribute-list NAME out (kernel|connected|static|rip|ospf: Redistribute routes to OSPF.
                                                               (line  42)
 * no exec-timeout:                       Basic Config Commands.
-                                                              (line 117)
+                                                              (line 124)
 * no ip address ADDRESS/PREFIX:          Interface Commands.  (line  15)
 * no ip address ADDRESS/PREFIX secondary: Interface Commands. (line  20)
 * no ip as-path access-list WORD:        AS Path Access List. (line  12)
@@ -5606,17 +5613,17 @@ Command Index
                                                               (line   7)
 * no link-detect:                        Interface Commands.  (line  38)
 * no log facility:                       Basic Config Commands.
-                                                              (line  75)
+                                                              (line  82)
 * no log file:                           Basic Config Commands.
                                                               (line  43)
 * no log monitor:                        Basic Config Commands.
-                                                              (line  63)
+                                                              (line  70)
 * no log record-priority:                Basic Config Commands.
-                                                              (line  81)
+                                                              (line  88)
 * no log stdout:                         Basic Config Commands.
                                                               (line  30)
 * no log syslog:                         Basic Config Commands.
-                                                              (line  54)
+                                                              (line  61)
 * no log trap:                           Basic Config Commands.
                                                               (line  18)
 * no multicast:                          Interface Commands.  (line  28)
@@ -5766,13 +5773,13 @@ Command Index
                                                               (line  24)
 * router-id A.B.C.D:                     OSPF6 router.        (line   9)
 * service advanced-vty:                  Basic Config Commands.
-                                                              (line  93)
+                                                              (line 100)
 * service integrated-vtysh-config:       VTY shell integrated configuration.
                                                               (line   7)
 * service password-encryption:           Basic Config Commands.
-                                                              (line  90)
+                                                              (line  97)
 * service terminal-length <0-512>:       Basic Config Commands.
-                                                              (line  96)
+                                                              (line 103)
 * set as-path prepend AS-PATH:           Using AS Path in Route Map.
                                                               (line   9)
 * set as-path prepend AS_PATH:           Route Map Set Command.
@@ -6020,137 +6027,137 @@ Node: Install the Software\7f22090
 Node: Basic commands\7f23550
 Node: Config Commands\7f24325
 Node: Basic Config Commands\7f25218
-Node: Sample Config File\7f30316
-Node: Terminal Mode Commands\7f31086
-Node: Common Invocation Options\7f32183
-Node: Virtual Terminal Interfaces\7f33590
-Node: VTY Overview\7f34101
-Node: VTY Modes\7f35352
-Node: VTY View Mode\7f35802
-Node: VTY Enable Mode\7f36052
-Node: VTY Other Modes\7f36330
-Node: VTY CLI Commands\7f36506
-Node: CLI Movement Commands\7f36966
-Node: CLI Editing Commands\7f37489
-Node: CLI Advanced Commands\7f38077
-Node: Zebra\7f38843
-Node: Invoking zebra\7f39352
-Node: Interface Commands\7f39931
-Node: Static Route Commands\7f41463
-Node: zebra Terminal Mode Commands\7f44736
-Node: RIP\7f45701
-Node: Starting and Stopping ripd\7f46638
-Node: RIP netmask\7f48051
-Node: RIP Configuration\7f49150
-Node: How to Announce RIP route\7f53415
-Node: Filtering RIP Routes\7f55978
-Node: RIP Metric Manipulation\7f57445
-Node: RIP distance\7f58358
-Node: RIP route-map\7f59173
-Node: RIP Authentication\7f61689
-Node: RIP Timers\7f62796
-Node: Show RIP Information\7f64082
-Node: RIP Debug Commands\7f65455
-Node: RIPng\7f66451
-Node: Invoking ripngd\7f66771
-Node: ripngd Configuration\7f67020
-Node: ripngd Terminal Mode Commands\7f67771
-Node: ripngd Filtering Commands\7f68135
-Node: OSPFv2\7f68644
-Node: Configuring ospfd\7f69203
-Node: OSPF router\7f69671
-Node: OSPF area\7f72827
-Node: OSPF interface\7f78009
-Node: Redistribute routes to OSPF\7f81392
-Node: Showing OSPF information\7f83555
-Node: Debugging OSPF\7f84801
-Node: OSPFv3\7f85840
-Node: OSPF6 router\7f86160
-Node: OSPF6 area\7f86514
-Node: OSPF6 interface\7f86692
-Node: Redistribute routes to OSPF6\7f87569
-Node: Showing OSPF6 information\7f87885
-Node: BGP\7f88705
-Node: Starting BGP\7f89595
-Node: BGP router\7f90172
-Node: BGP distance\7f91416
-Node: BGP decision process\7f91854
-Node: BGP network\7f92124
-Node: BGP route\7f92314
-Node: Route Aggregation\7f92870
-Node: Redistribute to BGP\7f93439
-Node: BGP Peer\7f93966
-Node: Defining Peer\7f94153
-Node: BGP Peer commands\7f94766
-Node: Peer filtering\7f97170
-Node: BGP Peer Group\7f97678
-Node: BGP Address Family\7f97991
-Node: Autonomous System\7f98145
-Node: AS Path Regular Expression\7f98982
-Node: Display BGP Routes by AS Path\7f100229
-Node: AS Path Access List\7f100669
-Node: Using AS Path in Route Map\7f101136
-Node: Private AS Numbers\7f101417
-Node: BGP Communities Attribute\7f101575
-Node: BGP Community Lists\7f104042
-Node: Numbered BGP Community Lists\7f106696
-Node: BGP Community in Route Map\7f108283
-Node: Display BGP Routes by Community\7f110226
-Node: Using BGP Communities Attribute\7f111395
-Node: BGP Extended Communities Attribute\7f114963
-Node: BGP Extended Community Lists\7f116735
-Node: BGP Extended Communities in Route Map\7f118610
-Node: Displaying BGP routes\7f119069
-Node: Show IP BGP\7f119306
-Node: More Show IP BGP\7f120006
-Node: Capability Negotiation\7f121157
-Node: Route Reflector\7f124461
-Node: Route Server\7f124740
-Node: Multiple instance\7f125806
-Node: BGP instance and view\7f127617
-Node: Routing policy\7f128997
-Node: Viewing the view\7f129765
-Node: How to set up a 6-Bone connection\7f130050
-Node: Dump BGP packets and table\7f131422
-Node: Configuring Quagga as a Route Server\7f131969
-Node: Description of the Route Server model\7f132930
-Ref: fig:normal-processing\7f134507
-Ref: fig:full-mesh\7f134657
-Ref: fig:route-server\7f134753
-Ref: filter-delegation\7f135167
-Ref: Route Server tasks\7f136351
-Ref: Route-server path filter process\7f136722
-Ref: fig:rs-processing\7f139036
-Node: Commands for configuring a Route Server\7f139153
-Node: Example of Route Server Configuration\7f142180
-Node: Configuration of the BGP routers without Route Server\7f143101
-Node: Configuration of the BGP routers with Route Server\7f145984
-Node: Configuration of the Route Server itself\7f147285
-Node: Further considerations about Import and Export route-maps\7f152284
-Node: VTY shell\7f155328
-Node: VTY shell username\7f155997
-Node: VTY shell integrated configuration\7f156629
-Node: Filtering\7f158077
-Node: IP Access List\7f158430
-Node: IP Prefix List\7f158816
-Node: ip prefix-list description\7f161835
-Node: ip prefix-list sequential number control\7f162362
-Node: Showing ip prefix-list\7f162904
-Node: Clear counter of ip prefix-list\7f164012
-Node: Route Map\7f164451
-Node: Route Map Command\7f164956
-Node: Route Map Match Command\7f165153
-Node: Route Map Set Command\7f165777
-Node: IPv6 Support\7f166654
-Node: Router Advertisement\7f167226
-Node: Kernel Interface\7f171027
-Node: SNMP Support\7f172984
-Node: Getting and installing an SNMP agent\7f173556
-Node: SMUX configuration\7f174129
-Node: MIB and command reference\7f176265
-Node: Zebra Protocol\7f177652
-Node: Packet Binary Dump Format\7f179566
-Node: Command Index\7f191176
-Node: VTY Key Index\7f247369
+Node: Sample Config File\7f30708
+Node: Terminal Mode Commands\7f31478
+Node: Common Invocation Options\7f32575
+Node: Virtual Terminal Interfaces\7f33982
+Node: VTY Overview\7f34493
+Node: VTY Modes\7f35744
+Node: VTY View Mode\7f36194
+Node: VTY Enable Mode\7f36444
+Node: VTY Other Modes\7f36722
+Node: VTY CLI Commands\7f36898
+Node: CLI Movement Commands\7f37358
+Node: CLI Editing Commands\7f37881
+Node: CLI Advanced Commands\7f38469
+Node: Zebra\7f39235
+Node: Invoking zebra\7f39744
+Node: Interface Commands\7f40323
+Node: Static Route Commands\7f41855
+Node: zebra Terminal Mode Commands\7f45128
+Node: RIP\7f46093
+Node: Starting and Stopping ripd\7f47030
+Node: RIP netmask\7f48443
+Node: RIP Configuration\7f49542
+Node: How to Announce RIP route\7f53807
+Node: Filtering RIP Routes\7f56370
+Node: RIP Metric Manipulation\7f57837
+Node: RIP distance\7f58750
+Node: RIP route-map\7f59565
+Node: RIP Authentication\7f62081
+Node: RIP Timers\7f63188
+Node: Show RIP Information\7f64474
+Node: RIP Debug Commands\7f65847
+Node: RIPng\7f66843
+Node: Invoking ripngd\7f67163
+Node: ripngd Configuration\7f67412
+Node: ripngd Terminal Mode Commands\7f68163
+Node: ripngd Filtering Commands\7f68527
+Node: OSPFv2\7f69036
+Node: Configuring ospfd\7f69595
+Node: OSPF router\7f70063
+Node: OSPF area\7f73219
+Node: OSPF interface\7f78401
+Node: Redistribute routes to OSPF\7f81784
+Node: Showing OSPF information\7f83947
+Node: Debugging OSPF\7f85193
+Node: OSPFv3\7f86232
+Node: OSPF6 router\7f86552
+Node: OSPF6 area\7f86906
+Node: OSPF6 interface\7f87084
+Node: Redistribute routes to OSPF6\7f87961
+Node: Showing OSPF6 information\7f88277
+Node: BGP\7f89097
+Node: Starting BGP\7f89987
+Node: BGP router\7f90564
+Node: BGP distance\7f91808
+Node: BGP decision process\7f92246
+Node: BGP network\7f92516
+Node: BGP route\7f92706
+Node: Route Aggregation\7f93262
+Node: Redistribute to BGP\7f93831
+Node: BGP Peer\7f94358
+Node: Defining Peer\7f94545
+Node: BGP Peer commands\7f95158
+Node: Peer filtering\7f97562
+Node: BGP Peer Group\7f98070
+Node: BGP Address Family\7f98383
+Node: Autonomous System\7f98537
+Node: AS Path Regular Expression\7f99374
+Node: Display BGP Routes by AS Path\7f100621
+Node: AS Path Access List\7f101061
+Node: Using AS Path in Route Map\7f101528
+Node: Private AS Numbers\7f101809
+Node: BGP Communities Attribute\7f101967
+Node: BGP Community Lists\7f104434
+Node: Numbered BGP Community Lists\7f107088
+Node: BGP Community in Route Map\7f108675
+Node: Display BGP Routes by Community\7f110618
+Node: Using BGP Communities Attribute\7f111787
+Node: BGP Extended Communities Attribute\7f115355
+Node: BGP Extended Community Lists\7f117127
+Node: BGP Extended Communities in Route Map\7f119002
+Node: Displaying BGP routes\7f119461
+Node: Show IP BGP\7f119698
+Node: More Show IP BGP\7f120398
+Node: Capability Negotiation\7f121549
+Node: Route Reflector\7f124853
+Node: Route Server\7f125132
+Node: Multiple instance\7f126198
+Node: BGP instance and view\7f128009
+Node: Routing policy\7f129389
+Node: Viewing the view\7f130157
+Node: How to set up a 6-Bone connection\7f130442
+Node: Dump BGP packets and table\7f131814
+Node: Configuring Quagga as a Route Server\7f132361
+Node: Description of the Route Server model\7f133322
+Ref: fig:normal-processing\7f134899
+Ref: fig:full-mesh\7f135049
+Ref: fig:route-server\7f135145
+Ref: filter-delegation\7f135559
+Ref: Route Server tasks\7f136743
+Ref: Route-server path filter process\7f137114
+Ref: fig:rs-processing\7f139428
+Node: Commands for configuring a Route Server\7f139545
+Node: Example of Route Server Configuration\7f142572
+Node: Configuration of the BGP routers without Route Server\7f143493
+Node: Configuration of the BGP routers with Route Server\7f146376
+Node: Configuration of the Route Server itself\7f147677
+Node: Further considerations about Import and Export route-maps\7f152676
+Node: VTY shell\7f155720
+Node: VTY shell username\7f156389
+Node: VTY shell integrated configuration\7f157021
+Node: Filtering\7f158469
+Node: IP Access List\7f158822
+Node: IP Prefix List\7f159208
+Node: ip prefix-list description\7f162227
+Node: ip prefix-list sequential number control\7f162754
+Node: Showing ip prefix-list\7f163296
+Node: Clear counter of ip prefix-list\7f164404
+Node: Route Map\7f164843
+Node: Route Map Command\7f165348
+Node: Route Map Match Command\7f165545
+Node: Route Map Set Command\7f166169
+Node: IPv6 Support\7f167046
+Node: Router Advertisement\7f167618
+Node: Kernel Interface\7f171419
+Node: SNMP Support\7f173376
+Node: Getting and installing an SNMP agent\7f173948
+Node: SMUX configuration\7f174521
+Node: MIB and command reference\7f176657
+Node: Zebra Protocol\7f178044
+Node: Packet Binary Dump Format\7f179958
+Node: Command Index\7f191568
+Node: VTY Key Index\7f247761
 \1f
 End Tag Table