Actions
Bug #11698
closedIncomplete PPPoE custom reset values lead to invalid cron entry
Start date:
03/18/2021
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
21.05
Release Notes:
Default
Affected Version:
2.5.0
Affected Architecture:
Description
If you configure the "Custom Reset" option and only fill in the "Minutes" or "Hour" field, but not other fields,
an invalid crontab entry will be generated:
30 * * * root /var/etc/pppoe_restart_pppoe0
or
1 * * * root /var/etc/pppoe_restart_pppoe0
Updated by Viktor Gurov over 3 years ago
Updated by Jim Pingle over 3 years ago
- Status changed from New to Pull Request Review
- Target version set to CE-Next
Updated by Anonymous over 3 years ago
- Status changed from Pull Request Review to Feedback
Updated by Jim Pingle over 3 years ago
- Subject changed from Invalid PPPoE custom reset crontab entry to Incomplete PPPoE custom reset values lead to invalid cron entry
Updating subject for release notes.
Updated by Alhusein Zawi over 3 years ago
/var/etc/pppoe_restart_pppoe0 is not showing any values
#!/bin/sh
/usr/local/sbin/pfSctl -c 'interface reload opt1'
/usr/bin/logger -t pppoe0 "PPPoE periodic reset executed on opt1"
2.6.0-DEVELOPMENT (amd64)
built on Fri May 07 01:03:54 EDT 2021
Updated by Jim Pingle over 3 years ago
- Target version changed from CE-Next to 2.5.2
Actions