diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-07-17 12:40:05 -0300 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2023-07-17 12:40:05 -0300 |
commit | 0e2fae9551e9c34ae187637c56c1466d366be81e (patch) | |
tree | 40fe328832d496d005cbc0d99ae5f1eaa11efb34 /docs/configuration/service | |
parent | 40db3644f31fb5d872183ee9a0d864892fd47a8c (diff) | |
download | vyos-documentation-0e2fae9551e9c34ae187637c56c1466d366be81e.tar.gz vyos-documentation-0e2fae9551e9c34ae187637c56c1466d366be81e.zip |
dhcp-relay: add <disable> command for dhcp and dhcpv6 realys
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/dhcp-relay.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/service/dhcp-relay.rst b/docs/configuration/service/dhcp-relay.rst index 43abf254..e1fbe1d2 100644 --- a/docs/configuration/service/dhcp-relay.rst +++ b/docs/configuration/service/dhcp-relay.rst @@ -45,6 +45,10 @@ Configuration The router should discard DHCP packages already containing relay agent information to ensure that only requests from DHCP clients are forwarded. +.. cfgcmd:: set service dhcp-relay disable + + Disable dhcp-relay service. + Options ------- @@ -146,6 +150,10 @@ Configuration .. _dhcp-relay:ipv6_options: +.. cfgcmd:: set service dhcpv6-relay disable + + Disable dhcpv6-relay service. + Options ------- |