Anonymous | Login | 2024-12-21 23:42 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000986 | ClearOS | app-network - Network Settings | public | 2013-02-19 10:34 | 2013-02-26 20:26 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | tweak | Reproducibility | random | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.4.0 Beta 2 | Fixed in Version | |||||||
Summary | 0000986: Detect default route IP on ppp interfaces even when it does not exist in routing output | ||||||||
Description | On most system using PPPoE, the default route will look like: default via 10.0.0.1 dev ppp0 But on some systems, the following default route has been reported: default dev ppp0 The route->get_default_info() reports the default route as 0.0.0.0 which is technically accurate. However, all the API calls are really expecting the real IP (i.e. the remote peer IP). Change the behavior in the API. If there's ever a need to avoid this behavior, a flag can be added to the method. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000717) user2 2013-02-19 10:35 |
Source Code Changelog --------------------------------------------------- - Added extra ppp route detection [fixed tracker 0000986] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=5682 [^] U webconfig/apps/network/trunk/libraries/Routes.php |