-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathifctl.1
More file actions
25 lines (25 loc) · 735 Bytes
/
ifctl.1
File metadata and controls
25 lines (25 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH ifctl 1
'''
.SH NAME
\fBifctl\fR \- control tool for \fBifmon\fR(8)
'''
.SH SYNOPSIS
.IP "\fBifctl\fR" 4
Show current status.
.IP "\fBifctl\fR \fIeth0\fR \fBmode\fR \fIlan\fR" 4
Set profile for the interface.
.IP "\fBifctl\fR \fIeth0\fR \fBstop\fR" 4
Tell \fBifmon\fR to drop given interface.
.IP "\fBifctl\fR \fIeth0\fR \fBauto-dhcp\fR" 4
Enable \fBifmon\fR-managed DHCP.
.IP "\fBifctl\fR \fIeth0\fR \fBstop-dhcp\fR" 4
Disable managed DHCP.
.IP "\fBifctl\fR \fIeth0\fR \fBreconnect\fR" 4
Simulate cable re-connect for links with managed DHCP.
.IP "\fBifctl\fR \fIeth0\fR \fBidentify\fR" 4
Try to load saved mode for given device.
.IP "\fBifctl\fR \fIeth0\fR \fBid\fR" 4
Show persistent device id.
'''
.SH SEE ALSO
\fBifmod\fR(8).