Static route shows incorrect table

LuCI Master (git-20.132.44673-dd74996) / OpenWrt SNAPSHOT r13221-96414047c9

I add a route to table 44:

config route
	option interface 'lan'
	option target '192.168.xxx.xxx'
	option netmask '255.255.255.255'
	option table '44'

:white_check_mark: In Status > Routes
screen05

:x: Under Network > Static Routes

screen04

root@OpenWrt:~# ip route show table 44 | grep 192.168.xxx.xxx
192.168.xxx.xxx dev br-lan proto static scope link

:question:

BTW, I added the route via editing vi /etc/config/network

3 Likes

:white_check_mark: LuCI Master (git-20.135.61997-a7d1e25) / OpenWrt SNAPSHOT r13242-e04ff3c7cc

It's now displaying properly. Thanks!

RPCError
RPC call to uci/get failed with ubus code 9: Unspecified error
  at ClassConstructor.handleCallReply (http://192.168.1.1/luci-static/resources/rpc.js?v=git-20.135.61997-a7d1e25:16:3)
Dismiss
Loading view…
Powered by LuCI Master (git-20.135.61997-a7d1e25) / OpenWrt SNAPSHOT r13242-e04ff3c7cc

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.