You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: overview/directory-structure.markdown
+28-1Lines changed: 28 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -186,10 +186,37 @@ _pid files_ in the work directory.
186
186
187
187
## Datafiles in /var/cfengine
188
188
189
-
*`policy_server.dat`
189
+
###`policy_server.dat`
190
190
191
191
IP address of the policy server
192
192
193
+
### `ignore_interfaces.rx`
194
+
195
+
CFEngine will ignore interfaces for interfaces that match one of the regular expressions listed in this file (one regular expression per line).
196
+
197
+
If an interface matches a regular expression in the file then various classes and variables will not be populated with related information. For example, but not limited to:
198
+
199
+
**Classes:**
200
+
201
+
*`ipv4_` prefixed classes
202
+
*`mac_` prefixed classes
203
+
204
+
**Variables:**
205
+
206
+
*`sys.ipv4_N[iface]`
207
+
*`sys.ip2iface`
208
+
*`sys.ipaddresses`
209
+
*`sys.interface_flags`
210
+
*`sys.inet`
211
+
*`sys.inet6`
212
+
*`sys.hardware_mac[iface]`
213
+
*`sys.hardware_addresses`
214
+
215
+
**History:**
216
+
217
+
* Introduced in CFEngine 3.10.0
218
+
* Preferred location moved from `$(sys.inputdir)` to `$(sys.workdir)` in CFEngine 3.23.0
0 commit comments