#706918 pppd stopped passing ipparam value to /etc/ppp/ip-up after an upgrade to Wheezy

Package:
ppp
Source:
ppp
Description:
Point-to-Point Protocol (PPP) - daemon
Submitter:
Evgeny Kapun
Date:
2023-11-04 09:51:03 UTC
Severity:
normal
#706918#5
Date:
2013-05-06 05:44:05 UTC
From:
To:
If ipparam option is supplied to pppd, pppd is supposed to pass its argument to scripts like /etc/ppp/ip-up. However, after a system upgrade from Squeeze to Wheezy, this stopped working. Previously, ip-up was invoked like this:
/etc/ppp/ip-up iface tty speed local-ip remote-ip ipparam
Now, ipparam is replaced by a second copy of remote IP, like this:
/etc/ppp/ip-up iface tty speed local-ip remote-ip remote-ip
This breaks scripts that depend on ipparam being set correctly.

#706918#10
Date:
2013-05-07 05:40:14 UTC
From:
To:
I think this issue is related to #635472.
#706918#15
Date:
2014-11-12 12:58:14 UTC
From:
To:
I’m bitten by this bug as well.

Using pptpd to call ppp, and ipparam is replaced with client intetnet ip (not ppp remote ip).

#706918#20
Date:
2023-11-04 00:57:14 UTC
From:
To:
Are you still able to reproduce this issue?