aboutsummaryrefslogtreecommitdiffstats
path: root/netlink
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Remove FIB_1.0 support and fix FIB_2.0 issueHongjun Ni1-32/+0
Change-Id: I90e593993851a364b728034c13e8e69852b558c4 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2018-07-02Note about selinux rules used by router plugin and log added about sendmsg ↵Tomasz Plaza1-1/+4
error in netlink. Change-Id: Id761357ae5842e66d3425ec5e949ac284dca98cf Signed-off-by: Tomasz Płaza <tomasz.plaza@gmail.com>
2018-04-04Add support for MPLS labels in router pluginChad Wang4-272/+301
1. Fixed more formatting issues. Added ASSERT. 2. Added MPLS features to support iproute2 command like ip -f mpls route add <label> dev vpp0 ip route add <IP> encap mpls <LABELS> via <IP> dev vpp0 3. Modifications to compile with the latest VPP. Change-Id: I5ed55ec3c6484beb1377496e9c763bb55da7ee26 Signed-off-by: Chad Wang <imflinter@gmail.com>
2017-11-07Changing unix_file to clib_file in order to work with VPP 1801Michael Borokhovich1-4/+5
Change-Id: Ie27f1884692802ae1b6a48ac25ef5aef25495c0a Signed-off-by: Michael Borokhovich <michaelbor@gmail.com>
2017-10-10netlink: Fix compilation issue in test/test.cPierre Pfister1-0/+2
A new header file was missing. Change-Id: Ic2c10d9577187dca7ea0729ebc95ba23a2c06e86 Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2017-04-25librtnl: Add compilation instructions to README.mdPierre Pfister1-3/+11
Change-Id: Ia7c7224e4561f238933c6d8b170b3e46b8675e8f Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2017-04-25librtnl: Add out-of-tree compilationPierre Pfister4-25/+45
See README.md changes for the new way to compile the plugin/library. Change-Id: I54ac5b9e7558ec8bb07430dc4a6f8e24d69cebbd Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2017-04-05FIx compile issue for netlink and router pluginHongjun Ni3-38/+13
Change-Id: I8a6f069af4acce97fd0ee262c217af645afd476d Signed-off-by: Hongjun Ni <hongjun.ni@intel.com> Signed-off-by: Dave Barach <dave@barachs.net>
2016-10-05[netlink] support new vpp fibJeff Shaw2-0/+54
Change-Id: Iceaceee96dddeb9e09aa1cfc178ec7fbc00f72c3 Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
2016-06-29[Netlink] Fix testrtnl_plugin dependency on librtnl.Jeff Shaw1-1/+1
Link against the libtool file, not the library itself. Without this change, the following error is produced when building the plugin. /usr/bin/ld: cannot find -lrtnl collect2: error: ld returned 1 exit status Makefile:465: recipe for target 'testrtnl_plugin.la' failed Change-Id: I60c7c33baa3958c26749e4507e9d5bebb65a3519 Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
2016-06-29[Netlink] Namespace name formatting bugfix and reduced verbosityPierre Pfister2-3/+3
Change-Id: Idf7d9cff0bf5b4e8c9eea8a38a61c75ee9d3da1c Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2016-06-17netlink: re-define DBL_MAX to be smaller than usual.Jeff Shaw1-0/+3
Without this modification I see a timing wheel assertion failure. Change-Id: I20435b36e06d8978771809857cd1a1121f785bc0 Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
2016-05-19[Netlink] Bugfix - Use indexes rather than pointersPierre Pfister2-11/+12
Change-Id: I76d3400b4d62e871def81420203407761c8d5c7f Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2016-05-19[Netlink] Add format function to get namespace pathPierre Pfister2-14/+19
Change-Id: I5a3e955696ea4b1b866f6217c375cfce8d722681 Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2016-05-19[Netlink] Fix Makefile.am test plugin dependency to librtnlPierre Pfister1-2/+1
Change-Id: I59b393888246e8b37f815ffda6259977f9c03c7b Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2016-05-11Initial commit for the netlink effortPierre Pfister13-0/+2371
Change-Id: Ie804a9855f20e12f44fe040d15efb710941dee9f Signed-off-by: Pierre Pfister <ppfister@cisco.com>