sonic-buildimage/src/sonic-config-engine
arheneus@marvell.com 94162679bb
[sonic-cfggen] MGMT Interface configuration (#4280)
update network and broadcast address in /etc/network/interfaces

Before:
root@sonic:/home/admin# ifconfig eth0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.28.32.73  netmask 255.255.254.0  broadcast 0.0.0.0 <<<<<

After:
root@sonic:~# ifconfig eth0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.28.32.73  netmask 255.255.254.0  broadcast 10.28.33.255 <<<<<

Signed-off-by: Antony Rheneus <arheneus@marvell.com>
2020-03-21 14:25:19 -07:00
..
data [config-engine]: Add admin_status up to l2switch.json template (#3210) 2019-07-24 09:45:24 -07:00
tests [sonic-cfggen] MGMT Interface configuration (#4280) 2020-03-21 14:25:19 -07:00
config_samples.py [config engine] For l2 preset, use admin_status: up by default (#3902) 2019-12-13 14:30:52 -08:00
lazy_re.py [sonic-cfggen] optimize sonic-cfggen startup (#3658) 2019-10-31 09:17:29 -07:00
MANIFEST.in [config/acl] Support everflow config translation (#468) 2017-04-07 01:10:05 -07:00
minigraph.py [minigraph.py] Add support for 'OutAcl' keyword and attaching ACLs to VLAN interfaces (#4229) 2020-03-19 23:31:25 -07:00
openconfig_acl.py Remove extra trailing newlines at EOF (#804) 2017-07-12 20:54:37 -07:00
portconfig.py [cfg engine] Separate portconfig.py as individual module for port_config.ini parsing (#1072) 2017-10-24 10:56:09 -07:00
redis_bcc.py [sonic-cfggen] optimize sonic-cfggen startup (#3658) 2019-10-31 09:17:29 -07:00
setup.py [sonic-cfggen] optimize sonic-cfggen startup (#3658) 2019-10-31 09:17:29 -07:00
sonic_device_util.py [sonic-cfggen]: yaml.load() is deprecated in latest versions of PyYAML module (#3526) 2019-10-11 13:25:45 -07:00
sonic-cfggen [sonic-cfggen] MGMT Interface configuration (#4280) 2020-03-21 14:25:19 -07:00