diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-21 20:35:22 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-21 20:35:22 +0300 |
| commit | d0a0fd4998b35af5b4e59374a5706ffeb27c7ee5 (patch) | |
| tree | bebe87c3f28f8f7bb8aaa2fbdd091749f629f95b /docs/configuration/service | |
| parent | 5d4cdc95200e8ef8fa9ef0f52c5607b76e980692 (diff) | |
| download | vyos-documentation-d0a0fd4998b35af5b4e59374a5706ffeb27c7ee5.tar.gz vyos-documentation-d0a0fd4998b35af5b4e59374a5706ffeb27c7ee5.zip | |
fix: resolve all line-length lint warnings across 14 RST files
Wrap prose lines exceeding 80 chars and apply stop/start_vyoslinter
markers around cfgcmd/opcmd directive lines that cannot be shortened
(e.g. long option names with placeholder arguments).
Affected files: bonding, wireguard, pim, conntrack-sync, dmvpn,
ipsec_general, site2site_ipsec, vrf/index, bare-metal,
inter-vrf-routing-vrf-lite, lac-lns, tunnelbroker, OpenVPN_with_LDAP,
dmvpn-dualhub-dualcloud.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/configuration/service')
| -rw-r--r-- | docs/configuration/service/conntrack-sync.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/configuration/service/conntrack-sync.rst b/docs/configuration/service/conntrack-sync.rst index 62e96e0e..2527407e 100644 --- a/docs/configuration/service/conntrack-sync.rst +++ b/docs/configuration/service/conntrack-sync.rst @@ -56,6 +56,8 @@ Configuration Protocol for which expect entries need to be synchronized. +.. stop_vyoslinter + .. cfgcmd:: set service conntrack-sync failover-mechanism vrrp sync-group <group> Failover mechanism to use for conntrack-sync. @@ -64,7 +66,10 @@ Configuration .. cfgcmd:: set service conntrack-sync ignore-address <x.x.x.x> - IP addresses or networks for which local conntrack entries will not be synced + IP addresses or networks for which local conntrack entries will not + be synced + +.. start_vyoslinter .. cfgcmd:: set service conntrack-sync interface <name> @@ -147,8 +152,9 @@ Operation .. note:: If the table is empty and you have a warning message, it means - conntrack is not enabled. To enable conntrack, just create a NAT or a firewall - rule. :cfgcmd:`set firewall state-policy established action accept` + conntrack is not enabled. To enable conntrack, just create a NAT + or a firewall rule. + :cfgcmd:`set firewall state-policy established action accept` .. opcmd:: show conntrack-sync cache external |
