GNOME Bugzilla – Bug 736485
Please, add the 'unit' option for pppd connections
Last modified: 2015-03-09 10:51:24 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.
*** Bug 736658 has been marked as a duplicate of this bug. ***
Implemented in branch jk/pppd-unit-bgo736485.
LGTM
Merged to master: 02c8eda all: add "unit" option for pppd to define ppp<n> name (bgo #736485)