aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ping.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-02vnet: ping: rewrite for maintainability and multicore supportAndrew Yourtchenko1-43/+14
2018-10-16Ping; report failures to the terminalNeale Ranns1-5/+10
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-07-27ping: fixing wrong value when there are worker threadsMohammed Hawari1-0/+1
2017-03-16ping: Fix coverity error 163907Andrew Yourtchenko1-0/+1
2017-01-30VPP-621: ping: ICMP echo data size must be bounded by VLIB_BUFFER_DATA_SIZE m...Andrew Yourtchenko1-20/+25
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+108
uot;%s %s %s" % (gdb_path, binary_path, core_path) gdb = pexpect.spawn(gdb_cmdline) gdb.interact() try: gdb.terminate(True) except: pass if gdb.isalive(): raise Exception("GDB refused to die...") else: logger.error("Debugger '%s' does not exist or is not an " "executable.." % gdb_path)