comparison src/dhcpcd.8.in @ 5535:a0d828e25482 draft

Add --noconfigure option With this set dhcpcd will not configure anything on the host. The expectation is that a 3rd party script will instead.
author Roy Marples <roy@marples.name>
date Wed, 04 Nov 2020 14:18:48 +0000
parents b1a3d9055662
children a233fe729323
comparison
equal deleted inserted replaced
5534:605f7f9a20c0 5535:a0d828e25482
22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 .\" SUCH DAMAGE. 25 .\" SUCH DAMAGE.
26 .\" 26 .\"
27 .Dd October 30, 2020 27 .Dd November 3, 2020
28 .Dt DHCPCD 8 28 .Dt DHCPCD 8
29 .Os 29 .Os
30 .Sh NAME 30 .Sh NAME
31 .Nm dhcpcd 31 .Nm dhcpcd
32 .Nd a DHCP client 32 .Nd a DHCP client
60 .Op Fl y , Fl Fl reboot Ar seconds 60 .Op Fl y , Fl Fl reboot Ar seconds
61 .Op Fl X , Fl Fl blacklist Ar address Ns Op Ar /cidr 61 .Op Fl X , Fl Fl blacklist Ar address Ns Op Ar /cidr
62 .Op Fl Z , Fl Fl denyinterfaces Ar pattern 62 .Op Fl Z , Fl Fl denyinterfaces Ar pattern
63 .Op Fl z , Fl Fl allowinterfaces Ar pattern 63 .Op Fl z , Fl Fl allowinterfaces Ar pattern
64 .Op Fl Fl inactive 64 .Op Fl Fl inactive
65 .Op Fl Fl configure
66 .Op Fl Fl noconfigure
65 .Op interface 67 .Op interface
66 .Op ... 68 .Op ...
67 .Nm 69 .Nm
68 .Fl n , Fl Fl rebind 70 .Fl n , Fl Fl rebind
69 .Op interface 71 .Op interface
735 This allows 737 This allows
736 .Nm 738 .Nm
737 to be started in Master mode and then wait for subsequent 739 to be started in Master mode and then wait for subsequent
738 .Nm 740 .Nm
739 commands to start each interface as required. 741 commands to start each interface as required.
742 .It Fl Fl configure
743 Allows
744 .Nm
745 to configure the system.
746 This is the default behaviour and sets
747 .Ev if_configured=true .
748 .It Fl Fl noconfigure
749 .Nm
750 will not configure the system add all.
751 This is only of use if the
752 .Fl Fl script
753 that
754 .Nm
755 calls at each network event configures the system instead.
756 This is different from
757 .Fl T , Fl Fl test
758 mode in that it's not one shot and the only change to the environment is the
759 addition of
760 .Ev if_configured=false .
740 .It Fl Fl nodev 761 .It Fl Fl nodev
741 Don't load any 762 Don't load any
742 .Pa /dev 763 .Pa /dev
743 management modules. 764 management modules.
744 .El 765 .El