From 144b6e6e7b6230283ad8eccc374c443bffd74c3f Mon Sep 17 00:00:00 2001 From: Nicolas Fort Date: Mon, 23 Jan 2023 12:27:31 +0000 Subject: T1297: VRRP: add garp options to vrrp --- interface-definitions/high-availability.xml.in | 2 + interface-definitions/include/vrrp/garp.xml.i | 74 ++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 interface-definitions/include/vrrp/garp.xml.i (limited to 'interface-definitions') diff --git a/interface-definitions/high-availability.xml.in b/interface-definitions/high-availability.xml.in index 37cb90a8d..4bb3b1537 100644 --- a/interface-definitions/high-availability.xml.in +++ b/interface-definitions/high-availability.xml.in @@ -16,6 +16,7 @@ VRRP global parameters + #include Time VRRP startup process (in seconds) @@ -36,6 +37,7 @@ #include + #include Advertise interval diff --git a/interface-definitions/include/vrrp/garp.xml.i b/interface-definitions/include/vrrp/garp.xml.i new file mode 100644 index 000000000..b321c9591 --- /dev/null +++ b/interface-definitions/include/vrrp/garp.xml.i @@ -0,0 +1,74 @@ + + + + Gratuitous ARP parameters + + + + + Delay for second set of gratuitous ARPs after transition to MASTER + + u32:1-1000 + Delay for second set of gratuitous ARPs after transition to MASTER + + + + + + 5 + + + + Number of gratuitous ARP messages to send at a time after transition to MASTER + + u32:1-255 + Number of gratuitous ARP messages to send at a time after transition to MASTER + + + + + + 5 + + + + Minimum time interval for refreshing gratuitous ARPs while MASTER. 0 means no refresh + + u32:1-255 + Minimum time interval for refreshing gratuitous ARPs while MASTER. 0 means no refresh + + + + + + 5 + + + + Number of gratuitous ARP messages to send at a time while MASTER + + u32:1-255 + Number of gratuitous ARP messages to send at a time while MASTER + + + + + + 1 + + + + Delay between gratuitous ARP messages sent on an interface + + <0.000-1000> + Delay between gratuitous ARP messages sent on an interface + + + + + + 0 + + + + -- cgit v1.2.3