gated.conf.4 (2010 09)
g
gated.conf(4) gated.conf(4)
flash
[ limit number ]
[ type interface | interior | all ]
;
background
[ limit number ]
[ priority flash | higher | lower ]
;
traceoptions trace_options ;
};
options option_list
Configure kernel options. The valid options are:
nochange
On systems supporting the routing socket this insures that changes operations will
not be performed, only deletes and adds. This is useful on early versions of the rout-
ing socket code where the change operation was broken.
noflushatexit
During normal shutdown processing GateD deletes all routes from the kernel for-
warding table that do not have a retain indication. The noflushatexit option
prevents route deletions at shutdown. Instead, routes are changed and added to
make sure that all the routes marked with retain get installed.
This is handy on systems with thousands of routes. Upon startup GateD will notice
which routes are in the kernel forwarding table and not have add them back.
remnantholdtime time
Normally remnant routes read from the kernel forwarding table at startup are
timed out in three minutes or as soon as they are overridden. This option allows the
interval to be configured to a value between zero and 15 minutes. Setting it to zero
causes these routes to be deleted immediately.
routes number
On some systems kernel memory is at a premium. With this parameter a limit can be placed
on the maximum number of routes GateD will install in the kernel. Normally gated
adds/changes/deletes routes in interface/internal/external order. It queues interface routes
first, followed by internal routes, followed by external routes, and processes the queue from the
beginning. If a this parameter is specified and the limit is hit, GateD does two scans of the list
instead. On the first scan it does deletes, and also deletes all changed routes, turning the
queued changes into adds. It then rescans the list doing adds in interface/internal/external
order until it hits the limit again. This will tend to favor internal routes over external routes.
The default is not to limit the number of routes in the kernel forwarding table.
flash
When routes change, the process of notifying the protocols is called a flash update. The kernel
forwarding table interface is the first to be notified. Normally a maximum of 20 interface
routes may be processed during one flash update. The flash command allows tuning of these
parameters.
limit number
Specifies the maximum number of routes which may be processed during one flash
update. The default is 20. A value of -1 will cause all pending route changes of
the specified type to be processed during the flash update.
type interface | interior | all
Specifies the type of routes that will be processed during a flash update. Interior
specifies that interior routes (See the definition of interior gateway protocols) will
also be installed. All specifies the inclusion of exterior routes (See the definition of
exterior gateway protocols) as well. The default is interface which specifies that
only interface routes will be installed during a flash update.
Specifying flash limit -1 all causes all routes to be installed during the flash update;
this mimics the behavior of previous versions of GateD.
background
Since only interface routes are normally installed during a flash update, the remaining routes
HP-UX 11i Version 3: September 2010 − 39 − Hewlett-Packard Company 39