Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Feb 2018 11:45:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 218517] ppp fails adding route with error Value too large to be stored in data type
Message-ID:  <bug-218517-2472-S66FtdMOiT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218517-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218517-2472@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218517

--- Comment #13 from emikulic@gmail.com ---
Sorry to be a pain, this is a custom kernel (can we get ALTQ in GENERIC? ;)=
 and
-stable:

include GENERIC
nodevice                fdc
options         ALTQ
options         ALTQ_CBQ        # Class Based Queueing
options         ALTQ_RED        # Random Early Detection
options         ALTQ_RIO        # RED In/Out
options         ALTQ_CODEL      # CoDel Active Queueing
options         ALTQ_HFSC       # Hierarchical Packet Scheduler
options         ALTQ_FAIRQ      # Fair Packet Scheduler
options         ALTQ_CDNR       # Traffic conditioner
options         ALTQ_PRIQ

*** ppp.conf:

default:
  set log Phase Chat tun IPCP IPV6CP ID0
  set mru 1492
  enable lqr echo
  set echoperiod 30
  nat enable no
  set device PPPoE:re0
  add default HISADDR
  add default HISADDR6
  set authname blah
  set authkey blah
  set redial 5

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218517-2472-S66FtdMOiT>