mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update netifd and add patch to compile on 6.6
This commit is contained in:
parent
c019b885fe
commit
62676ca47d
2 changed files with 19 additions and 3 deletions
12
netifd/patches/001-defin-RTN_POLICY_FAILED.patch
Normal file
12
netifd/patches/001-defin-RTN_POLICY_FAILED.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- a/system-linux.c 2023-11-24 16:49:37.715537192 +0100
|
||||
+++ b/system-linux.c 2023-11-24 16:50:23.002742488 +0100
|
||||
@@ -53,6 +53,9 @@
|
||||
#ifndef RTN_FAILED_POLICY
|
||||
#define RTN_FAILED_POLICY 12
|
||||
#endif
|
||||
+#ifndef RTN_POLICY_FAILED
|
||||
+#define RTN_POLICY_FAILED 12
|
||||
+#endif
|
||||
|
||||
#ifndef IFA_F_NOPREFIXROUTE
|
||||
#define IFA_F_NOPREFIXROUTE 0x200
|
Loading…
Add table
Add a link
Reference in a new issue