base-files: add /etc/iproute2/rt_protos
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
7fb11c8ed2
commit
5f7a081553
|
@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||||
include $(INCLUDE_DIR)/version.mk
|
include $(INCLUDE_DIR)/version.mk
|
||||||
|
|
||||||
PKG_NAME:=base-files
|
PKG_NAME:=base-files
|
||||||
PKG_RELEASE:=171
|
PKG_RELEASE:=172
|
||||||
PKG_FLAGS:=nonshared
|
PKG_FLAGS:=nonshared
|
||||||
|
|
||||||
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
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/local.conf
|
||||||
/etc/sysctl.d/
|
/etc/sysctl.d/
|
||||||
/etc/iproute2/rt_tables
|
/etc/iproute2/rt_tables
|
||||||
|
/etc/iproute2/rt_protos
|
||||||
$(call $(TARGET)/conffiles)
|
$(call $(TARGET)/conffiles)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue