aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/linux-cp/lcp_router.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-10linux-cp: fix route prefix constructionAlexander Skorichenko1-1/+1
2023-07-11linux-cp: Basic MPLS support.Adrian Pistol1-10/+158
2023-06-05linux-cp: Fix add vs update on routesPim van Pelt1-51/+51
2023-05-26linux-cp: update adjs for subifs too when mac changesAlexander Chernavin1-4/+21
2023-04-14linux-cp: Handle RTA_VIA routes.Adrian Pistol1-2/+3
2023-02-02linux-cp: fix auto-sub-intStanislav Zaikin1-0/+4
2022-11-23linux-cp: fix FIB_ENTRY_FLAG_ATTACHEDAlexander Skorichenko1-0/+10
2022-08-23linux-cp: handle AF_BRIDGE neighborsMatthew Smith1-2/+8
2022-04-26linux-cp: sync addr and neigh only for lcp interfacesStanislav Zaikin1-3/+30
2022-04-08linux-cp: fix setting mtu on hardware interfacesMatthew Smith1-1/+1
2022-03-29linux-cp: handle ipv4 routes when link goes down on subifAlexander Chernavin1-17/+43
2022-03-29linux-cp: add support for table flush if multiple interfacesAlexander Chernavin1-15/+39
2022-03-25linux-cp: handle ipv4 routes when link goes downAlexander Chernavin1-0/+60
2022-03-07linux-cp: handle ipv4 routes when interface is disabledAlexander Chernavin1-2/+88
2022-03-04linux-cp: ignore neighbors if ip addr is multicastAlexander Chernavin1-0/+17
2022-03-03linux-cp: detect and delete stale entries after syncAlexander Chernavin1-0/+95
2022-03-03linux-cp: make check of message ts null-tolerantAlexander Chernavin1-0/+3
2022-03-02linux-cp: lcp fib fixesVladimir Ratnikov1-5/+6
2022-01-28linux-cp: Linux Control Plane Netlink ListenerNeale Ranns1-0/+1053