Support TAP interfaces, with ARP/ND.

This commit is contained in:
Josh Bailey
2021-05-25 10:20:01 +00:00
parent 64508c2e5c
commit caa73e1f5e
9 changed files with 305 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
project('open5gs', 'c',
project('open5gs', 'c', 'cpp',
version : '2.2.9',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',