mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-02 22:23:34 +00:00
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>