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>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210326150513.6233-1-me@cooperlees.com>
Date:   Fri, 26 Mar 2021 08:05:13 -0700
From:   Cooper Ry Lees <me@...perlees.com>
To:     dsahern@...nel.org
Cc:     me@...perlees.com, netdev@...r.kernel.org
Subject: [PATCH] Add Open/R to rt_protos

From: Cooper Lees <me@...perlees.com>

- Open Routing is using ID 99 for it's installed routes
- https://github.com/facebook/openr
- Kernel has accepted 99 in `rtnetlink.h`

Signed-of-by: Cooper Lees <me@...perlees.com>
---
 etc/iproute2/rt_protos | 1 +
 1 file changed, 1 insertion(+)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ