Skip to content
#

nsm

Here are 41 public repositories matching this topic...

vpax
vpax commented Oct 22, 2020

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

denis-tingajkin
denis-tingajkin commented Mar 4, 2020

Motivation

We need to check the case of the remote connection of kernerl-forwarder and vppagent-forwarder via vxlan remote mechanism.

Test steps

  1. Deploy nsmgr on node1. //force select vxlan remote mechanism
  2. Deploy vppagent-forwarder on node1.
  3. Deploy nsmgr on node2. //force select vxlan remote mechanism
  4. Deploy kernel-forwarder on node2.
  5. Deploy nse1 on node2

Improve this page

Add a description, image, and links to the nsm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nsm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.