opnsense-ports/sysutils/nmdaemon/pkg-descr
Franco Fichtner e0f6bc92f7 */*: sync with upstream
Taken from: FreeBSD
2024-01-31 16:40:26 +01:00

15 lines
565 B
Text

This is a daemon that manages network configuration of FreeBSD.
The daemon can manage:
- some system network parameters
- interfaces
- routes
- wireless networks (using wpa_supplicant)
nmdaemon should be started as root, it opens a unix socket where
clients can connect. The permissions of the unix socket are managed
by nmdaemon and provided by it's configuration file.
To communicate with nmdaemon one should use JSON formatted commands,
nmdaemon answers with JSON formatted data too.
The syntax and examples of the commands can be found in commands.md.