Changelog - April 8, 2026
PPPoE Documentation Cleanup
1) Reworked the PPPoE guide
- Updated
docs/PPPoE_Connection.md - Updated
docs/en/PPPoE_Connection.md - Reorganized the document structure to:
- keep only real step-level headings
- remove many explanation-only subheadings that interrupted reading
- move “why this breaks” explanations back into normal prose
- Added more explicit reasoning for:
- why
LANshould not directly depend on a wireless device - why
br-lanmust be allowed to start as an empty bridge - why wireless interfaces should stay attached to
laninstead ofWAN0
- why
2) Added the wireless-to-LAN configuration section
- Added a dedicated wireless configuration section to the PPPoE guide
- Explained that additional SSIDs should also remain attached to
lan - Added an internal anchor link from the “do not bind LAN to wireless” explanation to the correct wireless setup step
3) Unified the PPPoE image directory and naming
- Added
figures/PPPoE_Connection/ - Moved all PPPoE-related images into that directory
- Replaced scattered temporary names from
docs/and the rootfigures/directory with readable names such as:pppoe-dial-error-example.pngpppoe-create-wan0-interface.pngpppoe-wan-firewall-zone.pngpppoe-wrong-lan-bind-wireless.pngpppoe-wireless-bind-lan.pngpppoe-final-status.png
4) Unified image layout and captions
- Standardized PPPoE images with centered
divwrappers - Added captions consistently, including wrong-example screenshots
- Kept HTML comment hooks where future caption extensions may be needed
Result
- The PPPoE guide now reads more cleanly without excessive subheadings
- Dial-up related images now follow a single directory and naming scheme
- The Chinese and English PPPoE guides now stay aligned in steps, figures, and explanations