5150ed55c7
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
5 lines
150 B
Bash
Executable File
5 lines
150 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
|