ea4dfa48c9
This reverts commit e74196cd75
.
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
|