Repo Document

Changelog - April 8, 2026

Updated docs/PPPoE Connection.md

changelogs/en/2026-04-08.mdUpdated Apr 12, 2026

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 LAN should not directly depend on a wireless device
    • why br-lan must be allowed to start as an empty bridge
    • why wireless interfaces should stay attached to lan instead of WAN0

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 root figures/ directory with readable names such as:
    • pppoe-dial-error-example.png
    • pppoe-create-wan0-interface.png
    • pppoe-wan-firewall-zone.png
    • pppoe-wrong-lan-bind-wireless.png
    • pppoe-wireless-bind-lan.png
    • pppoe-final-status.png

4) Unified image layout and captions

  • Standardized PPPoE images with centered div wrappers
  • 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