diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-07-17 17:57:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 17:57:25 +0100 |
commit | 5ff1a7d5786207dbccf492b95a1f6c4e9def4ab6 (patch) | |
tree | 40fe328832d496d005cbc0d99ae5f1eaa11efb34 /docs | |
parent | 40db3644f31fb5d872183ee9a0d864892fd47a8c (diff) | |
parent | 0e2fae9551e9c34ae187637c56c1466d366be81e (diff) | |
download | vyos-documentation-5ff1a7d5786207dbccf492b95a1f6c4e9def4ab6.tar.gz vyos-documentation-5ff1a7d5786207dbccf492b95a1f6c4e9def4ab6.zip |
Merge pull request #1044 from nicolas-fort/dhcp-relay-disable
dhcp-relay: add <disable> command for dhcp and dhcpv6 realys
Diffstat (limited to 'docs')
-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 ------- |