File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
60
60
echo " Starting Netplugin " >> $BOOTUP_LOGFILE
61
61
while true ; do
62
- echo " /netplugin $dbg_flag -plugin-mode $plugin_mode $vxlan_port_cfg -vlan-if $iflist -cluster-store $cluster_store $ctrl_ip_cfg $vtep_ip_cfg " >> $BOOTUP_LOGFILE
63
- /netplugin $dbg_flag -plugin-mode $plugin_mode $vxlan_port_cfg -vlan-if $iflist -cluster-store $cluster_store $ctrl_ip_cfg $vtep_ip_cfg & > $log_dir /netplugin.log
62
+ echo " /netplugin $dbg_flag -plugin-mode= $plugin_mode $vxlan_port_cfg -vlan-if= $iflist -cluster-store= $cluster_store $ctrl_ip_cfg $vtep_ip_cfg " >> $BOOTUP_LOGFILE
63
+ /netplugin $dbg_flag -plugin-mode= $plugin_mode $vxlan_port_cfg -vlan-if= $iflist -cluster-store= $cluster_store $ctrl_ip_cfg $vtep_ip_cfg & > $log_dir /netplugin.log
64
64
echo " CRITICAL : Net Plugin has exited, Respawn in 5" >> $BOOTUP_LOGFILE
65
65
mv $log_dir /netplugin.log $log_dir /netplugin.log.lastrun
66
66
sleep 5
You can’t perform that action at this time.
0 commit comments