We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1b9e1 commit 890baedCopy full SHA for 890baed
platform/vs/docker-sonic-vs/start.sh
@@ -13,7 +13,8 @@ if [ -f /etc/sonic/config_db.json ]; then
13
else
14
# generate and merge buffers configuration into config file
15
sonic-cfggen -t /usr/share/sonic/device/vswitch/buffers.json.j2 > /tmp/buffers.json
16
- sonic-cfggen -j /etc/sonic/init_cfg.json -j /tmp/buffers.json --print-data > /etc/sonic/config_db.json
+ sonic-cfggen -p /usr/share/sonic/device/x86_64-dell_s6000_s1220-r0/Force10-S6000/port_config.ini -k Force10-S6000 --print-data > /tmp/ports.json
17
+ sonic-cfggen -j /etc/sonic/init_cfg.json -j /tmp/buffers.json -j /tmp/ports.json --print-data > /etc/sonic/config_db.json
18
fi
19
20
mkdir -p /etc/swss/config.d/
0 commit comments