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 |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
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 --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
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