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 602344 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 infterface down script
ipv6-down.local (text/plain), 823 bytes, created by
Hrvoje
on 2012-08-05 09:42:54 UTC
(
hide
)
Description:
pppd infterface down script
Filename:
MIME Type:
Creator:
Hrvoje
Created:
2012-08-05 09:42:54 UTC
Size:
823 bytes
patch
obsolete
>#!/bin/sh > ># by hrvoje ># ># This script is called by pppd when interface goes down. To enshure that ># pppd will not kill it, scripts forks itself. ># ># Script checks it dhclient is runnin, and if it is, it will release leases. ># This will bi tried only once, because we are probablly running on dummy ppp0 ># interface. ># > >if [ -z "$MYFORK" ]; then > export MYFORK=1 > $0 "$@" & > exit 0 >fi > >myname=`basename $0` >logger -t $myname "Pozvan sa $*" > >#env > /tmp/$myname.$$ >MYDHCPID=/var/run/dhclient6-$IFNAME.pid >MYLEASE=/var/lib/dhclient/dhclient6-$IFNAME.leases > >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 > >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