- Implemented the `interfaces` and `vlans` methods in the `Keenetic` model to process and decode interface and VLAN data. - Added a `_decode_utf` method to handle UTF-8 encoded descriptions. - Updated the Keenetic TTP template to define structured groups for system, interfaces, and VLANs. - Refactored file paths in the `Mikrotik` model for consistency and clarity.
17 lines
151 B
Plaintext
17 lines
151 B
Plaintext
<doc>
|
|
</doc>
|
|
<vars>
|
|
</vars>
|
|
|
|
<group name="system">
|
|
...
|
|
</group>
|
|
|
|
<group name="interfaces">
|
|
...
|
|
</group>
|
|
|
|
<group name="vlans">
|
|
...
|
|
</group>
|