#!/bin/sh #---------------------------------------------------------------------------- # /etc/rc.d/circuits-common.ppp-i4l - PPP over ISDN4Linux (common definitions) # # Last Update: $Id$ #---------------------------------------------------------------------------- . /etc/rc.d/circuits-common.ppp-isdn # see ISDN_MAX_CHANNELS in /usr/include/linux/isdn.h ISDN_PPP_MAX_CHANNELS=64 # as pppd (in contrast to ipppd) knows nothing about the ISDN net device, # it cannot configure the net device's MTU after successful LCP/MRU # negotiation, so let us configure the MTU "big enough" to allow for any # reasonable MTU/MRU negotiation # # The value 4096 stems from the Linux's HiSax driver (HSCX_BUFMAX) ISDN_PPP_MAX_NETIF_MTU=4096