Changes between Version 1 and Version 2 of OpenWrt/network_config


Ignore:
Timestamp:
07/20/2018 11:05:40 PM (6 years ago)
Author:
Shiv Khanna
Comment:

fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/network_config

    v1 v2  
    6969To change the IP address of the '''lan''' network which is configured as a bridge containing the '''eth0''' interface using UCI:
    7070{{{
    71 uci set network.lan.ipaddr 192.168.1.2
     71uci set network.lan.ipaddr=192.168.1.2
    7272uci commit
    7373}}}