コード例 #1
0
ファイル: cli.py プロジェクト: svaaz/fboss
 def reloadconfig(cli_opts):
     ''' Reload agent configuration file  '''
     # Disable this command because it currently results in wedge_agent
     # crash.  See T24768677.
     print("reloadconfig command is currently disabled")
     return
     config.ReloadConfigCmd(cli_opts).run()
コード例 #2
0
 def reloadconfig(cli_opts):
     ''' Reload agent configuration file  '''
     config.ReloadConfigCmd(cli_opts).run()