After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736485 - Please, add the 'unit' option for pppd connections
Please, add the 'unit' option for pppd connections
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: VPN: pptp
0.9.x
Other Linux
: Normal enhancement
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
: 736658 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-09-11 15:02 UTC by Stanislav Zaprudskiy
Modified: 2015-03-09 10:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stanislav Zaprudskiy 2014-09-11 15:02:49 UTC
While creating the pppoe connection, there is no option for specifying the future name of ppp-device - they are created as ppp0, ppp1, etc.

But pppd package does have such an option - "unit <num> - sets the ppp unit number (for a ppp0 or ppp1 etc interface name) or outbound  connections". This is very useful in such situations as iptables rules with interface options in multi-pppoe evironment.

--------------------
Instead, option for assigning any arbitrary interface name will be more suitable. Or in other hand, possibility to append any custom pppd options.
Comment 1 Stanislav Zaprudskiy 2014-09-15 06:48:58 UTC
*** Bug 736658 has been marked as a duplicate of this bug. ***
Comment 2 Jiri Klimes 2015-03-06 13:00:13 UTC
Implemented in branch jk/pppd-unit-bgo736485.
Comment 3 Dan Williams 2015-03-06 22:51:22 UTC
LGTM
Comment 4 Jiri Klimes 2015-03-09 09:40:24 UTC
Merged to master:
02c8eda all: add "unit" option for pppd to define ppp<n> name (bgo #736485)