aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lb/api.c
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2018-11-15 07:14:27 -0800
committerOle Trøan <otroan@employees.org>2018-11-16 07:28:35 +0000
commita7dcae72cf4520df64dd75427541ca3c11cd8475 (patch)
tree8d6f2c7c720a4569193540d6d63e870823bb6b64 /src/plugins/lb/api.c
parentdd4b2bb39491cb8fbfb5db8a4b9ffc3b80beba48 (diff)
VPP-1496 Cleanup stats socket on exit.
Stats socket not cleaned up on exit. vagrant@vpp:/tmp/vpp-failed-unittests/vpp-unittest-VCLCutThruTestCase-clRggF-FAILED$ ls -ltr total 104 srwxrwxr-x 1 vagrant vagrant 0 Nov 14 18:21 stats.sock Change-Id: I8126e70da2983222ca430aa280f3b9e45eea7ca4 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins/lb/api.c')
0 files changed, 0 insertions, 0 deletions
.sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
packet-generator new {
  name x
  limit 1
  node ip6-input
  size 64-64
  data {
    ICMP6: ::1 -> ::2
    ICMP echo_request
    incrementing 100
  }
}

tr add pg-input 100
ip route ::1/128 via local
ip route ::2/128 via local