From f5c0cc186774e2334fc1a8e41c2288d5ab3ebd12 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Tue, 25 Jan 2022 19:50:29 +0100 Subject: Update dhcp-server.rst Add commands `hostfile-update` and `host-decl-name` to DHCP server service. --- docs/configuration/service/dhcp-server.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/configuration') diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst index 9d0e0855..357203fd 100644 --- a/docs/configuration/service/dhcp-server.rst +++ b/docs/configuration/service/dhcp-server.rst @@ -21,6 +21,16 @@ address. Configuration ============= +.. cfgcmd:: set service dhcp-server hostfile-update + + Create DNS record per client lease, by adding clients to /etc/hosts file. + Entry will have format: `_.` + +.. cfgcmd:: set service dhcp-server host-decl-name + + Will drop `_` from client DNS record, using only the + host declaration name and domain: `.` + .. cfgcmd:: set service dhcp-server shared-network-name domain-name The domain-name parameter should be the domain name that will be appended to -- cgit v1.2.3 From f97d6d63fc3831266a6f40a3080febed0b50a4e1 Mon Sep 17 00:00:00 2001 From: Henning Surmeier Date: Tue, 1 Feb 2022 13:40:57 +0100 Subject: policy: T4151: T4219: update local-route(6) docs --- docs/configuration/policy/local-route.rst | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'docs/configuration') diff --git a/docs/configuration/policy/local-route.rst b/docs/configuration/policy/local-route.rst index 0b0122ab..e938f3cc 100644 --- a/docs/configuration/policy/local-route.rst +++ b/docs/configuration/policy/local-route.rst @@ -8,8 +8,8 @@ Policies for local traffic are defined in this section. Configuration ************* -Local Route -=========== +Local Route IPv4 +================ .. cfgcmd:: set policy local-route rule <1-32765> set table <1-200|main> @@ -18,3 +18,30 @@ Local Route .. cfgcmd:: set policy local-route rule <1-32765> source Set source address or prefix to match. + +.. cfgcmd:: set policy local-route rule <1-32765> destination + + Set destination address or prefix to match. + +.. cfgcmd:: set policy local-route rule <1-32765> inbound-interface + + Set inbound interface to match. + +Local Route IPv6 +================ + +.. cfgcmd:: set policy local-route6 rule <1-32765> set table <1-200|main> + + Set routing table to forward packet to. + +.. cfgcmd:: set policy local-route6 rule <1-32765> source + + Set source address or prefix to match. + +.. cfgcmd:: set policy local-route6 rule <1-32765> destination + + Set destination address or prefix to match. + +.. cfgcmd:: set policy local-route6 rule <1-32765> inbound-interface + + Set inbound interface to match. \ No newline at end of file -- cgit v1.2.3 From 8277d906cbe811064174b231cf2e4ffca2975fdc Mon Sep 17 00:00:00 2001 From: Ferran Tufan Date: Sat, 5 Feb 2022 21:07:51 +0100 Subject: BFD: fix commands for operational mode and configuration mode Per https://phabricator.vyos.net/T3267, per-interface configuration for OSPF has been moved from the 'interface' to the 'protocols' tree. Finally, for op-mode, per https://phabricator.vyos.net/T4077, 'show protocols bfd' has been renamed to 'show bfd'. --- docs/configuration/protocols/bfd.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/configuration') diff --git a/docs/configuration/protocols/bfd.rst b/docs/configuration/protocols/bfd.rst index 60f9ffd0..dac1bf0f 100644 --- a/docs/configuration/protocols/bfd.rst +++ b/docs/configuration/protocols/bfd.rst @@ -1,4 +1,4 @@ -:lastproofread: 2021-09-28 +:lastproofread: 2022-02-05 .. include:: /_include/need_improvement.txt @@ -72,11 +72,11 @@ Enable BFD in BGP Enable BFD in OSPF ------------------ -.. cfgcmd:: set interfaces ethernet ip ospf bfd +.. cfgcmd:: set protocols ospf interface bfd Enable BFD for OSPF on an interface -.. cfgcmd:: set interfaces ethernet ipv6 ospfv3 bfd +.. cfgcmd:: set protocols ospfv3 interface bfd Enable BFD for OSPFv3 on an interface @@ -93,7 +93,7 @@ Enable BFD in ISIS Operational Commands ==================== -.. opcmd:: show protocols bfd peer +.. opcmd:: show bfd peers Show all BFD peers -- cgit v1.2.3