https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218517

--- Comment #13 from emiku...@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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to