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

[fix] 修复下线指定设备失败、在线设备显示不全的问题 #39

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Conversation

amtoaer
Copy link
Member

@amtoaer amtoaer commented Nov 5, 2021

该 PR 修复两个问题:

  1. ipgw kick SID失败

    [fix] 适配新版校园网关 #37 后,IPGW 自助服务平台完成了 https 配置,且为 http 配置了 302 跳转。这导致ipgw kick的 POST 请求被重定向为了 GET ,致使请求失败。该 PR 除修改 kick 的 POST 地址外,还将所有涉及该平台的请求地址修改为了 https 。

  2. ipgw info -d不显示带有MAC地址的设备

    正则表达式中误将 MAC 位置留空,已修复。

@unbyte unbyte merged commit 632ca55 into neucn:master Nov 5, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants