@@ -197,21 +197,26 @@ rules are specified, an arbitrary name can be used
197
197
.It Ic match
198
198
This selects a subset of available physical devices by various hardware properties.
199
199
The following configuration will then apply to all matching devices, as soon as
200
- they appear. All specified properties must match. The following properties for
200
+ they appear.
201
+ All specified properties must match.
202
+ The following properties for
201
203
creating matches are supported:
202
204
.Bl -tag -width " macaddress"
203
205
.It Ic macaddress
204
206
.No Device's MAC address in the form Sy xx:xx:xx:xx:xx:xx Ns .
205
207
Letters should be lowercase.
206
208
.It Ic name
207
- Current interface name. Lua pattern-matching expressions are supported.
209
+ Current interface name.
210
+ Lua pattern-matching expressions are supported.
208
211
.It Ic driver
209
- Interface driver name and unit number of the interface. Lua pattern-natching expressions
212
+ Interface driver name and unit number of the interface.
213
+ Lua pattern-natching expressions
210
214
are supported.
211
215
.El
212
216
.It Ic set-name
213
217
When matching on unique properties such as MAC, match rules can be written so that they
214
- match only one device. Then this property can be used to give that device a more
218
+ match only one device.
219
+ Then this property can be used to give that device a more
215
220
specific/desirable/nicer name than the default.
216
221
.Pp
217
222
While multiple properties can be used in a match,
@@ -221,7 +226,8 @@ is required for nuageinit to perform the rename.
221
226
The MTU key represents a device's Maximum Transmission Unit, the largest size packet
222
227
or frame.
223
228
.It Ic wakeonlan
224
- Enable wake on LAN. Off by default.
229
+ Enable wake on LAN.
230
+ Off by default.
225
231
.It Ic dhcp4
226
232
Configure the interface to use DHCP.
227
233
.Pp
@@ -231,14 +237,16 @@ when both are specified.
231
237
.It Ic addresses
232
238
List of strings representing IPv4 or IPv6 addresses.
233
239
.It Ic gateway4
234
- Set default gateway for IPv4, for manual address configuration. This requires setting
240
+ Set default gateway for IPv4, for manual address configuration.
241
+ This requires setting
235
242
.Sy addresses
236
243
too.
237
244
.Pp
238
245
Since only one default router can be configured at a time, this parameter is applied
239
246
when processing the first entry, and any others are silently ignored.
240
247
.It Ic gateway6
241
- Set default gateway for IPv6, for manual address configuration. This requires setting
248
+ Set default gateway for IPv6, for manual address configuration.
249
+ This requires setting
242
250
.Sy addresses
243
251
too.
244
252
.Pp
0 commit comments