]> git.ozlabs.org Git - ppp.git/commitdiff
pppd: Fix `ifname` option in case of multilink (#105)
authorfhost <kernelserror+github@gmail.com>
Sat, 19 Oct 2019 06:05:28 +0000 (08:05 +0200)
committerPaul Mackerras <paulus@ozlabs.org>
Sat, 19 Oct 2019 06:05:28 +0000 (17:05 +1100)
Make pppd use the unit and not the interface name to get the bundle.

pppd was looking for the default interface name (`pppX`) in the
database to retreive the bundle id on which a new link should
attach, and fails if the `ifname` option is used.

Signed-off-by: Alexis Cellier <alexis.cellier@smile.fr>

No differences found