Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about static route #133

Open
pythonwood opened this issue Nov 5, 2020 · 1 comment
Open

about static route #133

pythonwood opened this issue Nov 5, 2020 · 1 comment

Comments

@pythonwood
Copy link

Describe the bug

X-WRT 8.0_b202011021240 Focal / LuCI Master git-20.306.70518-d175656

luci web set and check by shell

static route set : 192.168.8.1(dst) 255.255.255.255(netmask) 192.168.5.21(gw)

can get route rule by shell
route -n

192.168.8.1     192.168.5.21    255.255.255.255 UGH   0      0        0 br-lan
....

but static route set : 192.168.8.0(dst) 255.255.255.0(netmask) 192.168.5.21(gw)

can not get route rule by shell route -n

@ptpt52
Copy link
Collaborator

ptpt52 commented Nov 5, 2020

Can't reproduce this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants