Zeile 1: |
Zeile 1: |
| + | Importieren mit |
| + | <code>uci -m import < FILE</code> |
| + | |
| <pre> | | <pre> |
− | config switch
| + | package 'network' |
− | option name 'switch0'
| |
− | option reset '1'
| |
− | option enable_vlan '1'
| |
| | | |
| config switch_vlan | | config switch_vlan |
Zeile 742: |
Zeile 742: |
| option disabled '1' | | option disabled '1' |
| option transitive '1' | | option transitive '1' |
| + | |
| + | config interface 'mgmt' |
| + | option ifname 'eth0.120' |
| + | option proto 'static' |
| + | option ipaddr '172.0.0.2' |
| + | option netmask '24' |
| | | |
| </pre> | | </pre> |