summaryrefslogtreecommitdiff
path: root/zebra/connected.c
AgeCommit message (Expand)Author
2023-12-06zebra: Add connected with noprefixrouteDonald Sharp
2023-12-05Merge pull request #12600 from donaldsharp/local_routesRuss White
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-01*: Introduce Local Host Routes to FRRDonald Sharp
2023-10-10Revert "lib: register bgp link-state afi/safi"Donald Sharp
2023-09-18lib: register bgp link-state afi/safiLouis Scalbert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31zebra: Add missing enums to switch statementsDonald Sharp
2023-01-13Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp
2022-12-16zebra: delete kernel routes using an interface with no more IPv4 addressLouis Scalbert
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-04-19zebra: set ZEBRA_IFC_DOWN on connected routes for inactive interfacesVolodymyr Huti
2022-02-07zebra: Fix ships in the night issueDonald Sharp
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-16*: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov
2021-09-30*: cleanup interface loopback/vrf checkIgor Ryzhov
2021-09-14lib,zebra: use more constMark Stapp
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-06-29*: unify prefix copyingIgor Ryzhov
2021-05-19zebra: fix possible uninitialized valueIgor Ryzhov
2021-05-12lib,zebra: Use a flag to track down status for connected addrsMark Stapp
2021-05-03zebra: Allow one connected route per network mask on a interfaceDonald Sharp
2021-03-22zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-14*: remove remaining severity prefixesDavid Lamparter
2020-12-11Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp
2020-11-15zebra: Add `--asic-offload` commandDonald Sharp
2020-10-22zebra: replace inet_ntoaMark Stapp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-08-28zebra: When shutting down an interface immediately notify about rnhDonald Sharp
2020-07-14*: un-split strings across linesDavid Lamparter
2020-04-29zebra: don't treat every interface as unnumberedMark Stapp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-02-14zebra: add all ipv6 global addresses to RA messagesDon Slice
2019-11-02*: Convert connected_free to a double pointerDonald Sharp
2019-10-28Merge pull request #4897 from sworleys/zebra_nhg_addMark Stapp
2019-10-25zebra: Use nexthop object id on route deleteStephen Worley
2019-10-25zebra: Update rib_add to take a nexthop IDStephen Worley
2019-10-24zebra: Prevent possible uninited valueDonald Sharp
2019-09-19Zebra: Rectifying the log messages.vdhingra
2019-09-03zebra: use GNU_LINUX instead of LINUXJafar Al-Gharaibeh
2019-08-18zebra: Correct /32 addr del with broadcast setJuergen Werner
2019-08-18zebra: Do not use connection dest for bcastJuergen Werner
2019-07-29zebra: Remove repeated enqueueing of system routes for rethinkingDonald Sharp
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-12*: change interface structure, from vrf_id to vrfPhilippe Guibert
2019-05-06zebra: Be consistent in how we call rib_add( and rib_delete( with tableidDonald Sharp
2019-03-27zebra: Modify lsp processing to be invoked as neededDonald Sharp
2019-03-07zebra: Treat ifaces withouth IPv4 as unnumberedTuetuopay
2019-01-25zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah