contrib/freifunk-policyrouting: User higher prio for fallback ip rule so that this rule will be after all rules which are added by netifd for openwrts new native ip support
This commit is contained in:
parent
b543594e5e
commit
0cb8eb3b0c
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=freifunk-policyrouting
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ start() {
|
|||
add_lookup_rule localnets localnets 2000
|
||||
|
||||
if [ "$fallback" = 1 ]; then
|
||||
add_lookup_rule olsr-default olsr-default 33000
|
||||
add_lookup_rule olsr-default olsr-default 100000
|
||||
fi
|
||||
fi
|
||||
uci commit network
|
||||
|
|
Loading…
Reference in a new issue