summaryrefslogtreecommitdiffstats
path: root/zebra/connected.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* zebra: Check for NULL in connected_add_ipv6Donald Sharp2018-04-161-1/+7
* zebra: Fix crash with certain types of tunnelsDonald Sharp2018-04-151-4/+20
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-4/+4
* zebra: set vrf as loopback upon interface addChirag Shah2018-03-081-1/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-20/+26
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-8/+10
* zebra: Add nh_vrf_id to rib_addDonald Sharp2018-01-121-2/+4
* Merge branch 'master' into evpn-symmetric-routingMitesh Kanjariya2018-01-111-2/+2
|\
| * zebra: Add ability to support tags -> realms in linuxKaloyan Kovachev2017-12-141-2/+2
* | zebra: proper refcounting for rmac/nh entriesmitesh2017-12-141-2/+2
|/
* zebra: Do not allow delete of route from kernel in non-startup caseDonald Sharp2017-09-251-2/+2
* zebra: Cleanup some typosDonald Sharp2017-08-311-2/+2
* zebra: Abstract what we can of connected_delete_ipv[4|6]Donald Sharp2017-08-311-51/+45
* zebra: Refactor connected_down_ipv[4|6]Donald Sharp2017-08-311-59/+43
* zebra: Refactor connected_up_ipv[4|6]Donald Sharp2017-08-311-61/+43
* *: fix styleQuentin Young2017-08-301-8/+4
* Merge pull request #1059 from opensourcerouting/oldbits-1Donald Sharp2017-08-301-32/+49
|\
| * zebra: drop IPv6 "broadcast" and "peer" addr codeDavid Lamparter2017-08-281-26/+2
| * zebra: add connected_check_ptp infrastructureDavid Lamparter2017-08-271-6/+47