nsm
Here are 41 public repositories matching this topic...
Per https://try.zeek.org/#/tryzeek/saved/461913, the statement:
print 0.0000000000005;
produces the output:
0.0
rather than what I'd expect, which is:
5e-13
The same occurs for the explicit statement:
print 5e-13;
The underlying problem appears to be that while modp_dtoa2 has logic for converting very large values to scientific notation, it doe
-
Updated
Nov 2, 2020
-
Updated
Dec 6, 2020 - C
Motivation
We need to check the case of the remote connection of kernerl-forwarder and vppagent-forwarder via vxlan remote mechanism.
Test steps
- Deploy nsmgr on node1. //force select vxlan remote mechanism
- Deploy vppagent-forwarder on node1.
- Deploy nsmgr on node2. //force select vxlan remote mechanism
- Deploy kernel-forwarder on node2.
- Deploy nse1 on node2
-
Updated
Dec 4, 2020
-
Updated
Sep 21, 2020
-
Updated
Oct 31, 2017 - PowerShell
-
Updated
Aug 29, 2020
-
Updated
Dec 4, 2020 - Python
-
Updated
Sep 29, 2020 - C++
-
Updated
May 15, 2020 - Zeek
-
Updated
Apr 17, 2020
-
Updated
Nov 15, 2020 - Shell
-
Updated
Dec 3, 2020 - Python
-
Updated
Sep 3, 2017 - Python
-
Updated
Nov 13, 2020 - Makefile
-
Updated
Aug 18, 2019 - SaltStack
Improve this page
Add a description, image, and links to the nsm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nsm topic, visit your repo's landing page and select "manage topics."
Would you like to add more error handling for return values from functions like the following?