AristoChen / netplan

Backend-agnostic network configuration in YAML

Home Page:http://netplan.io

Repository from Github https://github.comAristoChen/netplanRepository from Github https://github.comAristoChen/netplan

netplan - Backend-agnostic network configuration in YAML

Build+ABI Test+Coverage CI

Website

http://netplan.io

Documentation

An overview of the architecture can be found at netplan.io/design

The full documentation for netplan is available in the doc/ directory.

Netplan's documentation objectives (internal)

Build using Meson

Steps to build netplan using the Meson build system inside the build/ directory:

  • meson setup build --prefix=/usr [-Db_coverage=true]
  • meson compile -C build
  • meson test -C build --verbose [TEST_NAME]
  • meson install -C build --destdir ../tmproot

Bug reports

Please file bug reports in Launchpad.

Contact us

Please join us on IRC in #netplan at Libera.Chat.

Our mailing list is here.

Email the list at netplan-developers@lists.launchpad.net.

About

Backend-agnostic network configuration in YAML

http://netplan.io

License:GNU General Public License v3.0


Languages

Language:Python 62.0%Language:C 37.0%Language:Meson 0.6%Language:Shell 0.4%Language:Makefile 0.1%