summaryrefslogtreecommitdiffstats
path: root/zebra/connected.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* zebra: Add missing enums to switch statementsDonald Sharp2023-01-311-2/+6
* Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp2023-01-131-66/+6
* zebra: delete kernel routes using an interface with no more IPv4 addressLouis Scalbert2022-12-161-6/+66
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-4/+4
* zebra: set ZEBRA_IFC_DOWN on connected routes for inactive interfacesVolodymyr Huti2022-04-191-0/+4
* zebra: Fix ships in the night issueDonald Sharp2022-02-071-2/+4
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-11/+11
* *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-161-1/+1
* *: cleanup interface loopback/vrf checkIgor Ryzhov2021-09-301-2/+1
* lib,zebra: use more constMark Stapp2021-09-141-9/+12
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-011-6/+5
* *: unify prefix copyingIgor Ryzhov2021-06-291-6/+6
* zebra: fix possible uninitialized valueIgor Ryzhov2021-05-191-1/+1
* lib,zebra: Use a flag to track down status for connected addrsMark Stapp2021-05-121-5/+23
* zebra: Allow one connected route per network mask on a interfaceDonald Sharp2021-05-031-0/+47
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* *: remove remaining severity prefixesDavid Lamparter2021-03-141-4/+4
* Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp2020-12-121-2/+2
* zebra: Add `--asic-offload` commandDonald Sharp2020-11-151-4/+17
* zebra: replace inet_ntoaMark Stapp2020-10-221-4/+4
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-21/+9
* zebra: When shutting down an interface immediately notify about rnhDonald Sharp2020-08-281-2/+2
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* zebra: don't treat every interface as unnumberedMark Stapp2020-04-291-1/+1
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-6/+8
* zebra: add all ipv6 global addresses to RA messagesDon Slice2020-02-141-0/+8
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-2/+2
* Merge pull request #4897 from sworleys/zebra_nhg_addMark Stapp2019-10-281-5/+5
|\
| * zebra: Use nexthop object id on route deleteStephen Worley2019-10-251-3/+3
| * zebra: Update rib_add to take a nexthop IDStephen Worley2019-10-251-2/+2
* | zebra: Prevent possible uninited valueDonald Sharp2019-10-251-1/+1
|/
* Zebra: Rectifying the log messages.vdhingra2019-09-191-1/+1
* zebra: use GNU_LINUX instead of LINUXJafar Al-Gharaibeh2019-09-031-1/+1
* zebra: Correct /32 addr del with broadcast setJuergen Werner2019-08-181-4/+0
* zebra: Do not use connection dest for bcastJuergen Werner2019-08-181-54/+34
* zebra: Remove repeated enqueueing of system routes for rethinkingDonald Sharp2019-07-291-31/+0
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-12/+12
* *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-12/+12
* zebra: Be consistent in how we call rib_add( and rib_delete( with tableidDonald Sharp2019-05-061-17/+34
* zebra: Modify lsp processing to be invoked as neededDonald Sharp2019-03-271-3/+3
* zebra: Treat ifaces withouth IPv4 as unnumberedTuetuopay2019-03-071-1/+1
* zebra: set connected route metric based on the devaddr metricAnuradha Karuppiah2019-01-251-4/+9
* lib: convert prefixlen to 16-bit integerQuentin Young2018-10-151-4/+4
* zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRAQuentin Young2018-09-131-3/+3
* zebra: flog_warn conversionQuentin Young2018-09-061-7/+12
* lib, zebra: Allow protocols to use Distance as part of RR semanticsDonald Sharp2018-07-291-2/+2
* bgpd zebra: element overflow (PVS-Studio)F. Aragon2018-07-021-1/+1
* bgpd, zebra: Handle EVPN router MAC per next hopvivek2018-04-261-2/+2