NetworkManager

Parses /etc/NetworkManager/system-connections/* files which are GLib key-value setting files.

Author: Raphael Pinson raphael.nosp@m..pinson@camptoc.nosp@m.amp.com

Summary
NetworkManagerParses /etc/NetworkManager/system-connections/* files which are GLib key-value setting files.
LicenseThis file is licenced under the LGPL v2+, like the rest of Augeas.
Lens UsageTo be documented
Configuration filesThis lens applies to /etc/NetworkManager/system-connections/*.
ExamplesThe Test_NetworkManager file contains various examples and tests.
Augeas Variables
entry_re
to_comment_reRegex until comment allowing semicolons
filter

License

This file is licenced under the LGPL v2+, like the rest of Augeas.

Lens Usage

To be documented

Configuration files

This lens applies to /etc/NetworkManager/system-connections/*.  See filter.

Examples

The Test_NetworkManager file contains various examples and tests.

Augeas Variables

entry_re

let entry_re = /[A-Za-z][A-Za-z0-9._\(\) \t-]+/

to_comment_re

let to_comment_re = /[^"# \t\n][^"#\n]*[^"# \t\n]|[^"# \t\n]/ | /"[^\n"]*"/

Regex until comment allowing semicolons

filter

Provides unit tests and examples for the NetworkManager lens.
let entry_re = /[A-Za-z][A-Za-z0-9._\(\) \t-]+/
let to_comment_re = /[^"# \t\n][^"#\n]*[^"# \t\n]|[^"# \t\n]/ | /"[^\n"]*"/
Regex until comment allowing semicolons
Close