Changeset 10650 in hybrid


Ignore:
Timestamp:
May 2, 2012, 9:49:12 PM (13 years ago)
Author:
rick
Message:

The routing syncer done the bad way. Should technically be an (C) daemon which
takes advantage of route monitor to instantly sync the routing changes to
the shadow routing table.

While here: add some descriptive comments for other entries.

Related-To: nodefactory#129

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/files/etc/crontab

    r10643 r10650  
    3333# Nagios checks
    3434*/15    *       *       *       *       root    /usr/local/sbin/check-inet-alive
    35 #
     35# Portal maintenance
    3636*/5     *       *       *       *       root    /usr/local/www/wlportal/index.cgi cleanup
    37 #
     37# Resolv optimizer
    3838*/15    *       *       *       *       root    /tools/nameserver-shuffle cron
     39# Sync ``shadow'' routing table
     40*/5     *       *       *       *       root    /tools/sync-fib-tables
    3941
Note: See TracChangeset for help on using the changeset viewer.