aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/linux-cp/lcp_router.c
AgeCommit message (Expand)AuthorFilesLines
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