Changeset 10774 in hybrid for branches/releng-9.0


Ignore:
Timestamp:
May 10, 2012, 12:57:48 AM (13 years ago)
Author:
rick
Message:

Make sure to start lvrouted as a real routing daemon and give it some time to
enable booting.

Location:
branches/releng-9.0/nanobsd
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/files/etc/rc.conf

    r10719 r10774  
    2323lvrouted_enable="YES"
    2424lvrouted_flags="-u -s s00p3rs3kr3t -m 28"
     25
     26# Takes lvrouted an small while to create reachable network nodes, make sure to
     27# wait on it,to saves some bootup warnings.
     28netwait_enable="YES"
     29netwait_timeout="20"
     30netwait_ip="8.8.8.8 172.16.4.46 172.27.129.1 172.17.14.1"
     31
    2532
    2633# Block the full range as smaller subnets are used for allowances, this avoids
  • branches/releng-9.0/nanobsd/ports/net/lvrouted/Makefile

    r10631 r10774  
    88PORTNAME=       lvrouted
    99PORTVERSION=    9413
    10 PORTREVISION=   1
     10PORTREVISION=   2
    1111CATEGORIES=     net
    1212MASTER_SITES=   http://webfolder.wirelessleiden.nl/lvrouted/ \
  • branches/releng-9.0/nanobsd/ports/net/lvrouted/files/lvrouted.in

    r10631 r10774  
    11#!/bin/sh
    22#
     3# Control lvrouted routing daemon status
     4#
     5
    36# PROVIDE: lvrouted
    4 # REQUIRE: netif routing
     7# REQUIRE: NETWORKING
     8# BEFORE: netwait
    59# KEYWORD: nojail
    610
Note: See TracChangeset for help on using the changeset viewer.