From 3c93dba70e2aaabcd1a68d6c896a8177487e3477 Mon Sep 17 00:00:00 2001 From: Jeff Shaw Date: Wed, 29 Jun 2016 09:43:29 -0700 Subject: [router] Remove note about build failure. The build issue has been fixed in the netlink repo. Remove the note from the README as it is no longer relevant. Change-Id: I3d9fe59f443b926fb83dce16655d86d88ea06be4 Signed-off-by: Jeff Shaw --- router/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'router') 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. -- cgit 1.2.3-korg