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

pbr: update to 1.1.7-29 #25196

Merged
merged 1 commit into from
Oct 29, 2024
Merged

pbr: update to 1.1.7-29 #25196

merged 1 commit into from
Oct 29, 2024

Conversation

stangri
Copy link
Member

@stangri stangri commented Oct 24, 2024

Maintainer: me
Compile tested: x86_64, Dell EMC Edge620, OpenWrt 23.05.5
Run tested: x86_64, Dell EMC Edge620, OpenWrt 23.05.5

Description:
Changes from @stangri

  • remove unneeded \n escapes
  • cosmetic improvements to make code more consistent
  • remove duplicate uci_get_device()
  • add more output on start/stop
  • remove wan up detection on boot/start
  • address Tor policies errors
  • prevent interface_routing() failures for downed interfaces

Changes from @bigsmile74:

  • improve is_integer()
  • improve is_domain()
  • improve filter_options()
  • imrove is_ipv4() so that is_ipv4_netmask() can be retired
  • improve is_phys_dev so that is_phys_dev_quick() can be retired
  • add the dhcp.lan.force=0 warning

Changes from @stangri
* remove unneeded `\n` escapes
* cosmetic improvements to make code more consistent
* remove duplicate uci_get_device()
* add more output on start/stop
* remove wan up detection on boot/start
* address Tor policies errors
* prevent interface_routing() failures for downed interfaces

Changes from @bigsmile74:
* improve is_integer()
* improve is_domain()
* improve filter_options()
* imrove is_ipv4() so that is_ipv4_netmask() can be retired
* improve is_phys_dev so that is_phys_dev_quick() can be retired
* add the dhcp.lan.force=0 warning

Signed-off-by: Stan Grishin <stangri@melmac.ca>
@sppmasterspp
Copy link

Compiled and tested on ipq807x. It's OK.

@stangri stangri merged commit f60ea9a into openwrt:master Oct 29, 2024
13 checks passed
@stangri stangri deleted the master-pbr branch October 30, 2024 17:20
@pesa1234
Copy link
Contributor

This version have two bugs:
1- can not find tun0 interface
2- do not resolve dns

immagine

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.

3 participants