Skip to content

Commit

Permalink
Merge pull request #924
Browse files Browse the repository at this point in the history
dhcp6: don't consider ppp interfaces unsupported
  • Loading branch information
cfconrad committed Jul 11, 2022
2 parents 7d15197 + 41b0db6 commit 5d1a830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dhcp6/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,8 @@ ni_dhcp6_supported(const ni_netdev_t *ifp)
* we've simply did not tested it on other links ...
*/
switch (ifp->link.hwaddr.type) {
case ARPHRD_PPP:
break;
case ARPHRD_ETHER:
case ARPHRD_INFINIBAND:
if (ifp->link.masterdev.index) {
Expand Down

0 comments on commit 5d1a830

Please sign in to comment.