Actions
Bug #7564
closedl2tp broken logging shortut
Start date:
05/20/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
The logging shortcuts for vpn_l2tp.php and vpn_l2tp_users.php
and vpn_l2tp_users_edit.php all go to same:
status_logs_vpn.php?vpntype=l2tp which does not exist.
and takes you to default PPPoE Logins view (instead of best L2TP).
The fix in shortcuts.inc is:
-$shortcuts['l2tps']['log'] = "status_logs_vpn.php?vpntype=l2tp";
+$shortcuts['l2tps']['log'] = "status_logs_vpn.php?logfile=l2tps&vpntype=l2tp";
You could have a new shortcut configuration for the users vs. config
but I think it is fine as is.
(I noticed this while working on my book.
My list of bugs is at http://reedmedia.net/books/pfsense/bugs.html )
Actions