aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/npt66/npt66_cli.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-13npt66: add show command and rx/tx countersOle Troan1-0/+33
Add show npt66 bindings. Add RX/TX and translation error counters. Type: improvement Change-Id: I4513b111f815a15d5a7537ce503f0c084b523aa1 Signed-off-by: Ole Troan <otroan@employees.org>
2023-08-25npt66: network prefix translation for ipv6Ole Troan1-0/+88
This is the initial commit of a NPTv6 (RFC6296) implementation for VPP. It's restricted to a single internal to external binding and runs as an output/input feature on the egress interface. Type: feature Change-Id: I0e3497af97f1ebd99377b84dbf599ecea935ca24 Signed-off-by: Ole Troan <otroan@employees.org>