diff options
Diffstat (limited to 'router')
-rw-r--r-- | router/README.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/router/README.md b/router/README.md index 5796b83..b4e8ce0 100644 --- a/router/README.md +++ b/router/README.md @@ -36,12 +36,9 @@ $ cd build-root $ ./bootstrap.sh $ make V=0 PLATFORM=vpp TAG=vpp_debug router-install $ ln -sf /git/vpp/build-root/install-vpp_debug-native/router/lib64/router.so.0.0.0 \ - /usr/lib/vpp_plugins/ + /usr/lib/vpp_plugins/router.so ``` -NOTE: The 'make' command above may fail twice when building netlink. If an -error occurs, retry the make command two more times. - Once VPP is running and the plugin is loaded, data plane interfaces can be tapped. |