Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 602345 Details for
Bug 626514
ISC dhcp does not support ppp and ipv6 as in`dhclient -6 -P`
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
pppd interface up script
ipv6-up.local (text/plain), 1.18 KB, created by
Hrvoje
on 2012-08-05 09:43:28 UTC
(
hide
)
Description:
pppd interface up script
Filename:
MIME Type:
Creator:
Hrvoje
Created:
2012-08-05 09:43:28 UTC
Size:
1.18 KB
patch
obsolete
>#!/bin/sh > ># by Hrvoje ># ># Script invoked by pppd on interface up. At this point, ppp0 should be up, ># and have assigned LL addresses (maybe even public one). To prevent having ># multiple PD, old dhclient is "released" first. ># ># Logic behind not keeping multiple PD is that, there is no real need to keep ># old PD's. In most caese, with each PPP you will get different PD (from isp), ># or, always the same - so in either case, there is no need to keep track of ># old PD. ># > ># >if [ -z "$MYFORK" ]; then > export MYFORK=1 > $0 "$@" & > exit 0 >fi > >myname=`basename $0` >logger -t $myname "Pozvan sa $*" > >#env > /tmp/$myname.$$ > >MYLEASE=/var/lib/dhclient/dhclient6-$IFNAME.leases >MYDHCPID=/var/run/dhclient6-$IFNAME.pid > >if [ -f $MYDHCPID ] ; then > mypidid=`cat $MYDHCPID` > mypidname=`ps -p $mypidid -o comm=` > if [ "$mypidname" = "dhclient" ] ; then > /usr/local/sbin/dhclient-ppp.sh --fakeif -6 -nc -1 -r -v -lf $MYLEASE -pf $MYDHCPID $IFNAME > fi > rm -f $MYDHCPID >fi > ># ne pamtim lease preko ppp up-down! > >/usr/local/sbin/dhclient-ppp.sh --genDUID $LLLOCAL -6 -nc -P -v -lf $MYLEASE -pf $MYDHCPID $1 >RET=$? >if [ $RET -ne 0 ] ; then > logger -t $myname -p daemon.error "Unable to start dhclient" >fi > >exit 0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 626514
:
443055
|
443060
|
443128
|
446301
|
446939
|
596257
|
598914
|
602341
|
602342
|
602343
|
602344
|
602345
|
740389
|
740393
|
740670
|
741830
|
741831
|
743452
|
743453
|
819281
|
819282
|
819283
|
821802
|
901378
|
901379
|
901380