aboutsummaryrefslogtreecommitdiffstats
path: root/netlink/librtnl/rtnl.c
AgeCommit message (Collapse)AuthorFilesLines
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 Wang1-127/+138
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>
2016-06-29[Netlink] Namespace name formatting bugfix and reduced verbosityPierre Pfister1-1/+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 Pfister1-8/+9
Change-Id: I76d3400b4d62e871def81420203407761c8d5c7f Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2016-05-19[Netlink] Add format function to get namespace pathPierre Pfister1-13/+14
Change-Id: I5a3e955696ea4b1b866f6217c375cfce8d722681 Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2016-05-11Initial commit for the netlink effortPierre Pfister1-0/+582
Change-Id: Ie804a9855f20e12f44fe040d15efb710941dee9f Signed-off-by: Pierre Pfister <ppfister@cisco.com>