Skip to content

device: ppp: check that connection has a PPPoE parent

Beniamino Galvani requested to merge bg/pppoe-issue203 into master

NMDevicePPP only handles connections with the pppoe.parent property set. match_connection() already checks this when we creating a new device. We should also perform the same check in check_connection_compatible().

Fixes: 6c319593 ('core: implement activation of PPP devices')

#203 (closed)

Merge request reports