aboutsummaryrefslogtreecommitdiffstats
path: root/netlink/librtnl/netns.c
AgeCommit message (Collapse)AuthorFilesLines
2018-04-04Add support for MPLS labels in router pluginChad Wang1-143/+154
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>
2016-05-19[Netlink] Bugfix - Use indexes rather than pointersPierre Pfister1-3/+3
Change-Id: I76d3400b4d62e871def81420203407761c8d5c7f Signed-off-by: Pierre Pfister <ppfister@cisco.com>
2016-05-11Initial commit for the netlink effortPierre Pfister1-0/+773
Change-Id: Ie804a9855f20e12f44fe040d15efb710941dee9f Signed-off-by: Pierre Pfister <ppfister@cisco.com>