diff options
author | Jeff Shaw <jeffrey.b.shaw@intel.com> | 2016-06-29 09:43:29 -0700 |
---|---|---|
committer | Jeff Shaw <jeffrey.b.shaw@intel.com> | 2016-06-29 09:47:56 -0700 |
commit | 3c93dba70e2aaabcd1a68d6c896a8177487e3477 (patch) | |
tree | aaa4d62666bc172ad8f393331c233ec13f8dc547 /router | |
parent | eadba30ee0e7c9cf37b0c0529c9ab27f6b5c0d6b (diff) |
[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 <jeffrey.b.shaw@intel.com>
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. |