From d001fa7d8f633ac3ccacf9984607fb0504a5da24 Mon Sep 17 00:00:00 2001 From: Quentin Armitage Date: Sun, 3 Nov 2024 17:50:11 +0000 Subject: [PATCH 1/2] doc: use proper footnote for a table Signed-off-by: Quentin Armitage --- doc/source/configuration_synopsis.rst | 47 ++++++++++++++------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/doc/source/configuration_synopsis.rst b/doc/source/configuration_synopsis.rst index 3a825b7e61..f9d8c44694 100644 --- a/doc/source/configuration_synopsis.rst +++ b/doc/source/configuration_synopsis.rst @@ -166,28 +166,29 @@ VRRP Instance Definitions Synopsis (or **notify_fault** “ /path_to_script/script_fault.sh ”) } -========================== ======================================================================= ========= -Keyword Definition Type -========================== ======================================================================= ========= -vrrp_instance identify a VRRP instance definition block -state specify the instance state in standard use -Interface specify the network interface for the instance to run on string -mcast_src_ip specify the src IP address value for VRRP adverts IP header -lvs_sync_daemon_interface* specify the network interface for the LVS sync_daemon to run on string -virtual_router_id specify to which VRRP router id the instance belongs numerical -priority specify the instance priority in the VRRP router numerical -advert_int specify the advertisement interval in seconds (set to 1) numerical -smtp_alert Activate the SMTP notification for MASTER state transition -authentication identify a VRRP authentication definition block -auth_type specify which kind of authentication to use (PASS|AH) -auth_pass specify the password string to use string -virtual_ipaddress identify a VRRP VIP definition block -virtual_ipaddress_excluded identify a VRRP VIP excluded definition block (not protocol VIPs) -notify_master specify a shell script to be executed during transition to master state path -notify_backup specify a shell script to be executed during transition to backup state path -notify_fault specify a shell script to be executed during transition to fault state path -vrrp_sync_group Identify the VRRP synchronization instances group string -========================== ======================================================================= ========= -* lvs_sync_daemon_interface is deprecated. Please use global lvs_sync_daemon +============================== ======================================================================= ========= +Keyword Definition Type +============================== ======================================================================= ========= +vrrp_instance identify a VRRP instance definition block +state specify the instance state in standard use +Interface specify the network interface for the instance to run on string +mcast_src_ip specify the src IP address value for VRRP adverts IP header +lvs_sync_daemon_interface [#]_ specify the network interface for the LVS sync_daemon to run on string +virtual_router_id specify to which VRRP router id the instance belongs numerical +priority specify the instance priority in the VRRP router numerical +advert_int specify the advertisement interval in seconds (set to 1) numerical +smtp_alert Activate the SMTP notification for MASTER state transition +authentication identify a VRRP authentication definition block +auth_type specify which kind of authentication to use (PASS|AH) +auth_pass specify the password string to use string +virtual_ipaddress identify a VRRP VIP definition block +virtual_ipaddress_excluded identify a VRRP VIP excluded definition block (not protocol VIPs) +notify_master specify a shell script to be executed during transition to master state path +notify_backup specify a shell script to be executed during transition to backup state path +notify_fault specify a shell script to be executed during transition to fault state path +vrrp_sync_group Identify the VRRP synchronization instances group string +============================== ======================================================================= ========= + +.. [#] lvs_sync_daemon_interface is deprecated. Please use global lvs_sync_daemon Path type: A system path to a script eg: “/usr/local/bin/transit.sh ” From 3972086a973f7ab6a8ab82854f9b8769efa31516 Mon Sep 17 00:00:00 2001 From: Quentin Armitage Date: Sun, 3 Nov 2024 17:50:38 +0000 Subject: [PATCH 2/2] doc: update specifying paper size for sphinx Signed-off-by: Quentin Armitage --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index de0336f57d..e76af53c98 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -53,7 +53,7 @@ BUILDDIR = build # Internal variables. -PAPEROPT = -D latex_paper_size=$(PAPER) +PAPEROPT = -D latexelements.papersize=$(PAPER)paper ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT) $(SPHINXOPTS) source # the i18n builder cannot share the environment and doctrees with the others I18NSPHINXOPTS = $(PAPEROPT) $(SPHINXOPTS) source