diff options
author | Jon Loeliger <jdl@netgate.com> | 2020-11-03 15:49:10 -0500 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-11-10 10:58:54 +0000 |
commit | 5f7f47ec7ad642c3938376420ef9530176052cd8 (patch) | |
tree | 50db45b900d2f315d7edcfe0394e2d350f378f0c /src/vnet/srv6 | |
parent | 212ec2af92b148cd3747e6ab424c0080d4a62968 (diff) |
classify: fix classify filter trace del cli processing
When a 'del' is used to delete a classify table, only the
mask is needed to locate the table. Any match vector is
unneeded. The tests failed to notice this, but if the
test is run by hand in vppctl, it issues a parse error.
Fix the test so that it doesn't supply irrelevant data.
Fix the CLI processing to read always complete newline
terminated line of input instead. This allows unneeded
CLI parameters to be ignored. It also necessitated
fixing a trace test which had then erroneously split
a single CLI command over multiple lines.
While in the area, fix a latent bug on table matching
where a test for compatible mask vector sizes were
not matching impedance properly (byte vs ux32x4).
Type: fix
Signed-off-by: Jon Loeliger <jdl@netgate.com>
Change-Id: I1177ab1dd417f3d11f30eecbaa2b0fb1015c3ab5
Diffstat (limited to 'src/vnet/srv6')
0 files changed, 0 insertions, 0 deletions