9e8df96ca7
Fix a bug introduced in PR 430 that addresses on lo are not configured correctly.
6 lines
171 B
Bash
Executable File
6 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sonic-cfggen -m /etc/sonic/minigraph.xml -t /usr/share/sonic/templates/interfaces.j2 >/etc/network/interfaces
|
|
service networking restart
|
|
ifdown lo && ifup lo
|