canonical / netplan

Declarative network configuration for various backends

Home Page:https://netplan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netplan - Declarative network configuration for various backends

Build+ABI Test+Coverage CI

Website

http://netplan.io

Documentation

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

Find the full documentation for Netplan on "Read the Docs".

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

Declarative network configuration for various backends

https://netplan.io

License:GNU General Public License v3.0


Languages

Language:Python 63.7%Language:C 31.3%Language:JavaScript 3.9%Language:Shell 0.6%Language:Meson 0.5%Language:Makefile 0.1%