Skip to content

How does RaspAP detect if device supports Bridged AP Mode? #1377

Answered by billz
marek-guran asked this question in Q&A
Discussion options

You must be logged in to vote

Ubuntu differs from other distros in that it uses netplan to implement a network bridge. For this reason it's currently unsupported:

<?php $disabled = strpos(strtolower($operatingSystem),'ubuntu') !== false ? 'disabled="disabled"' : '' ?>

There's a netplan bridge config stub located here but this is still a work in progress.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@marek-guran
Comment options

@billz
Comment options

@marek-guran
Comment options

Answer selected by marek-guran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants