From 618b196e9de0aa233d080d0b48c1ba24f3ab86bc Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 7 Dec 2016 10:12:10 -0800 Subject: network: support negation in matching patterns (#4809) --- man/systemd.network.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 53c49f817f..0fa68b7623 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -123,7 +123,10 @@ A whitespace-separated list of shell-style globs matching the persistent path, as exposed by the udev - property ID_PATH. + property ID_PATH. If the list is + prefixed with a "!", the test is inverted; i.e. it is + true when ID_PATH does not match any + item in the list. @@ -134,7 +137,8 @@ exposed by the udev property DRIVER of its parent device, or if that is not set the driver as exposed by ethtool -i of the - device itself. + device itself. If the list is prefixed with a "!", the + test is inverted. @@ -142,7 +146,8 @@ A whitespace-separated list of shell-style globs matching the device type, as exposed by the udev property - DEVTYPE. + DEVTYPE. If the list is prefixed with + a "!", the test is inverted. @@ -150,7 +155,8 @@ A whitespace-separated list of shell-style globs matching the device name, as exposed by the udev property - INTERFACE. + INTERFACE. If the list is prefixed + with a "!", the test is inverted. -- cgit v1.2.3-54-g00ecf