lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Z77szIaLjeMSNJP3@SIT-SDELAP4051.int.lidl.net>
Date: Wed, 26 Feb 2025 11:28:28 +0100
From: Felix Huettner <felix.huettner@...ckit.cloud>
To: netdev@...r.kernel.org
Cc: Jonas Gottlieb <jonas.gottlieb@...ckit.cloud>
Subject: [PATCH iproute2-next] Add OVN to rt_protos

From: Jonas Gottlieb <jonas.gottlieb@...ckit.cloud>

- OVN is using ID 84 for routes it installs
- Kernel has accepted 84 in `rtnetlink.h`
- For more information: https://github.com/ovn-org/ovn

Signed-off-by: Jonas Gottlieb <jonas.gottlieb@...ckit.cloud>
---
 etc/iproute2/rt_protos | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/iproute2/rt_protos b/etc/iproute2/rt_protos
index 0f98609f..48ab9746 100644
--- a/etc/iproute2/rt_protos
+++ b/etc/iproute2/rt_protos
@@ -17,6 +17,7 @@
 16	dhcp
 18	keepalived
 42	babel
+84	ovn
 99	openr
 186	bgp
 187	isis

base-commit: aca230f0f567e407372f2a5f724f9cd6ec373dec
-- 
2.48.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ