[source] base-files: add /etc/iproute2/rt_protos

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 1 07:08:28 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/718c201b8275368fdc728671ac9d18a99701e0cb

commit 718c201b8275368fdc728671ac9d18a99701e0cb
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Tue Jan 17 22:50:40 2017 +0100

    base-files: add /etc/iproute2/rt_protos
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 package/base-files/Makefile                     |  3 ++-
 package/base-files/files/etc/iproute2/rt_protos | 18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 4586f81..78c3dc9 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
 include $(INCLUDE_DIR)/version.mk
 
 PKG_NAME:=base-files
-PKG_RELEASE:=171
+PKG_RELEASE:=172
 PKG_FLAGS:=nonshared
 
 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
@@ -57,6 +57,7 @@ define Package/base-files/conffiles
 /etc/sysctl.d/local.conf
 /etc/sysctl.d/
 /etc/iproute2/rt_tables
+/etc/iproute2/rt_protos
 $(call $(TARGET)/conffiles)
 endef
 
diff --git a/package/base-files/files/etc/iproute2/rt_protos b/package/base-files/files/etc/iproute2/rt_protos
new file mode 100644
index 0000000..5b61798
--- /dev/null
+++ b/package/base-files/files/etc/iproute2/rt_protos
@@ -0,0 +1,18 @@
+#
+# Reserved protocols.
+#
+0	unspec
+1	redirect
+2	kernel
+3	boot
+4	static
+8	gated
+9	ra
+10	mrt
+11	zebra
+12	bird
+13	dnrouted
+14	xorp
+15	ntk
+16	dhcp
+42	babel



More information about the lede-commits mailing list