diff options
Diffstat (limited to 'src/plugins/stn')
-rw-r--r-- | src/plugins/stn/stn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/stn/stn.c b/src/plugins/stn/stn.c index 6f5fbdb2866..cab2cf10e01 100644 --- a/src/plugins/stn/stn.c +++ b/src/plugins/stn/stn.c @@ -279,7 +279,7 @@ VLIB_INIT_FUNCTION (stn_init); /* *INDENT-OFF* */ VLIB_PLUGIN_REGISTER () = { .version = VPP_BUILD_VER, - .description = "VPP Steals the NIC for Container integration", + .description = "VPP Steals the NIC (STN) for Container Integration", }; /* *INDENT-ON* */ |