dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / lib / libdscp / svc / dscp.ppp.options
blobd46df31de3a0a5c84572d64136feb2268c995127
2 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3 # Use is subject to license terms.
5 # CDDL HEADER START
7 # The contents of this file are subject to the terms of the
8 # Common Development and Distribution License (the "License").
9 # You may not use this file except in compliance with the License.
11 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12 # or http://www.opensolaris.org/os/licensing.
13 # See the License for the specific language governing permissions
14 # and limitations under the License.
16 # When distributing Covered Code, include this CDDL HEADER in each
17 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18 # If applicable, add the following below this CDDL HEADER, with the
19 # fields enclosed by brackets "[]" replaced with your own identifying
20 # information: Portions Copyright [yyyy] [name of copyright owner]
22 # CDDL HEADER END
24 # dscp.ppp.options
26 #ident  "%Z%%M% %I%     %E% SMI"
30 # These are options for running  pppd(1M) to provide a DSCP
31 # link between a service processor and a domain in OPL.  All
32 # options are explicitly set here so that site customizations
33 # of the global options files will not affect DSCP.
37 # Generic pppd options.
39 persist
40 noplink
41 lock
42 nolog
43 maxfail 0
44 holdoff 5
45 noproxyarp
46 linkname dscp
49 # Physical link properties.
51 sync
52 local
53 nocrtscts
54 nocdtrcts
55 default-fcs
56 mtu 1500
57 mru 1500
60 # Configure LCP.
62 passive
63 noendpoint
64 lcp-echo-failure 6
65 lcp-echo-interval 5
66 lcp-max-configure 10
67 lcp-max-failure 10
68 lcp-max-terminate 3
69 lcp-restart 3
72 # Configure the IPv4 NCP.
73 # IP addresses are given by the peer.
75 0:0
76 noipv6
77 noipdefault
78 nodefaultroute
79 ipcp-accept-local
80 ipcp-accept-remote
81 ipcp-max-configure 10
82 ipcp-max-failure 10
83 ipcp-max-terminate 3
84 ipcp-restart 3
87 # Disable all authentication.
89 noauth
90 noident
91 nopam
92 refuse-pap
93 refuse-chap
94 refuse-mschap
95 refuse-mschapv2
98 # Disable all compression.
100 novj
101 noccp
102 nopcomp
103 noaccomp
104 nobsdcomp
107 # Disable all scripts.
109 init /bin/true
110 welcome /bin/true
111 connect /bin/true
112 disconnect /bin/true