Changeset 13716 in hybrid for branches/releng-11


Ignore:
Timestamp:
Jan 17, 2017, 10:32:51 PM (8 years ago)
Author:
rick
Message:

Removing FIB support, used at the 'old' proxies.

Since the only proxy configuration we support is the iLeiden based one, this is
no longer relevant.

Location:
branches/releng-11/nanobsd/files
Files:
2 deleted
2 edited

Legend:

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

    r10720 r13716  
    3737# Resolv optimizer
    3838*/15    *       *       *       *       root    /tools/nameserver-shuffle cron
    39 # Sync ``shadow'' routing table
    40 */5     *       *       *       *       root    /tools/sync-fib-tables
    4139
  • branches/releng-11/nanobsd/files/root/.cshrc

    r10920 r13716  
    3636endif
    3737
    38 # Quirck to make sure the current interactive session actually has FIB=0
    39 # assigned. When sshd(4) is running under FIB=1 for example, it will default to
    40 # FIB=1. This will make sure the shell behaviour routing wise is like an
    41 # normal client.
    42 if ($?prompt) then
    43   if (`sysctl -n net.my_fibnum` != 0) then
    44     echo "# WARN: Multiple routing tables use! Defaulting new shell to FIB=0"
    45     setfib -0 csh
    46     logout
    47   endif
    48 endif
    49    
    5038if ($?prompt) then
    5139   [ -x /etc/motd.cshrc ] && source /etc/motd.cshrc
Note: See TracChangeset for help on using the changeset viewer.