diff mbox series

[v2,1/1] rt_names: add rt_addrprotos with an identifier for keepalived

Message ID 20241028234420.321794-1-quentin@armitage.org.uk (mailing list archive)
State Rejected
Headers show
Series rt_names: add rt_addrprotos with an identifier for keepalived | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Quentin Armitage Oct. 28, 2024, 11:44 p.m. UTC
keepalived now sets the protocol for addresses it adds, so give it a
protocol number it can use.

Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
---
 etc/iproute2/rt_addrprotos | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 etc/iproute2/rt_addrprotos

Comments

David Ahern Oct. 29, 2024, 3:03 p.m. UTC | #1
On 10/28/24 5:44 PM, Quentin Armitage wrote:
> keepalived now sets the protocol for addresses it adds, so give it a
> protocol number it can use.
> 
> Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
> ---
>  etc/iproute2/rt_addrprotos | 4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 etc/iproute2/rt_addrprotos
> 
> diff --git a/etc/iproute2/rt_addrprotos b/etc/iproute2/rt_addrprotos
> new file mode 100644
> index 00000000..f9349dee
> --- /dev/null
> +++ b/etc/iproute2/rt_addrprotos
> @@ -0,0 +1,4 @@
> +#
> +# Reserved address protocols.
> +#
> +18	keepalived

iproute2 now allows apps to drop custom files in
/etc/iproute2/rt_addrprotos.d, so this can be managed within keepalived.

--
pw-bot: reject
diff mbox series

Patch

diff --git a/etc/iproute2/rt_addrprotos b/etc/iproute2/rt_addrprotos
new file mode 100644
index 00000000..f9349dee
--- /dev/null
+++ b/etc/iproute2/rt_addrprotos
@@ -0,0 +1,4 @@ 
+#
+# Reserved address protocols.
+#
+18	keepalived