index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
connected.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "zebra: When shutting down an interface immediately notify about rnh"
Donald Sharp
2020-12-12
1
-2
/
+2
*
zebra: Add `--asic-offload` command
Donald Sharp
2020-11-15
1
-4
/
+17
*
zebra: replace inet_ntoa
Mark Stapp
2020-10-22
1
-4
/
+4
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-21
/
+9
*
zebra: When shutting down an interface immediately notify about rnh
Donald Sharp
2020-08-28
1
-2
/
+2
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-6
/
+3
*
zebra: don't treat every interface as unnumbered
Mark Stapp
2020-04-29
1
-1
/
+1
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-6
/
+8
*
zebra: add all ipv6 global addresses to RA messages
Don Slice
2020-02-14
1
-0
/
+8
*
*: Convert connected_free to a double pointer
Donald Sharp
2019-11-02
1
-2
/
+2
*
Merge pull request #4897 from sworleys/zebra_nhg_add
Mark Stapp
2019-10-28
1
-5
/
+5
|
\
|
*
zebra: Use nexthop object id on route delete
Stephen Worley
2019-10-25
1
-3
/
+3
|
*
zebra: Update rib_add to take a nexthop ID
Stephen Worley
2019-10-25
1
-2
/
+2
*
|
zebra: Prevent possible uninited value
Donald Sharp
2019-10-25
1
-1
/
+1
|
/
*
Zebra: Rectifying the log messages.
vdhingra
2019-09-19
1
-1
/
+1
*
zebra: use GNU_LINUX instead of LINUX
Jafar Al-Gharaibeh
2019-09-03
1
-1
/
+1
*
zebra: Correct /32 addr del with broadcast set
Juergen Werner
2019-08-18
1
-4
/
+0
*
zebra: Do not use connection dest for bcast
Juergen Werner
2019-08-18
1
-54
/
+34
*
zebra: Remove repeated enqueueing of system routes for rethinking
Donald Sharp
2019-07-29
1
-31
/
+0
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-12
/
+12
*
*: change interface structure, from vrf_id to vrf
Philippe Guibert
2019-06-12
1
-12
/
+12
*
zebra: Be consistent in how we call rib_add( and rib_delete( with tableid
Donald Sharp
2019-05-06
1
-17
/
+34
*
zebra: Modify lsp processing to be invoked as needed
Donald Sharp
2019-03-27
1
-3
/
+3
*
zebra: Treat ifaces withouth IPv4 as unnumbered
Tuetuopay
2019-03-07
1
-1
/
+1
*
zebra: set connected route metric based on the devaddr metric
Anuradha Karuppiah
2019-01-25
1
-4
/
+9
*
lib: convert prefixlen to 16-bit integer
Quentin Young
2018-10-15
1
-4
/
+4
*
zebra: ZEBRA_[ERR|WARN] -> EC_ZEBRA
Quentin Young
2018-09-13
1
-3
/
+3
*
zebra: flog_warn conversion
Quentin Young
2018-09-06
1
-7
/
+12
*
lib, zebra: Allow protocols to use Distance as part of RR semantics
Donald Sharp
2018-07-29
1
-2
/
+2
*
bgpd zebra: element overflow (PVS-Studio)
F. Aragon
2018-07-02
1
-1
/
+1
*
bgpd, zebra: Handle EVPN router MAC per next hop
vivek
2018-04-26
1
-2
/
+2
*
zebra: Check for NULL in connected_add_ipv6
Donald Sharp
2018-04-16
1
-1
/
+7
*
zebra: Fix crash with certain types of tunnels
Donald Sharp
2018-04-15
1
-4
/
+20
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-4
/
+4
*
zebra: set vrf as loopback upon interface add
Chirag Shah
2018-03-08
1
-1
/
+2
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-20
/
+26
*
*: Track vrfs per nexthop not per route entry
Donald Sharp
2018-02-09
1
-8
/
+10
*
zebra: Add nh_vrf_id to rib_add
Donald Sharp
2018-01-12
1
-2
/
+4
*
Merge branch 'master' into evpn-symmetric-routing
Mitesh Kanjariya
2018-01-11
1
-2
/
+2
|
\
|
*
zebra: Add ability to support tags -> realms in linux
Kaloyan Kovachev
2017-12-14
1
-2
/
+2
*
|
zebra: proper refcounting for rmac/nh entries
mitesh
2017-12-14
1
-2
/
+2
|
/
*
zebra: Do not allow delete of route from kernel in non-startup case
Donald Sharp
2017-09-25
1
-2
/
+2
*
zebra: Cleanup some typos
Donald Sharp
2017-08-31
1
-2
/
+2
*
zebra: Abstract what we can of connected_delete_ipv[4|6]
Donald Sharp
2017-08-31
1
-51
/
+45
*
zebra: Refactor connected_down_ipv[4|6]
Donald Sharp
2017-08-31
1
-59
/
+43
*
zebra: Refactor connected_up_ipv[4|6]
Donald Sharp
2017-08-31
1
-61
/
+43
*
*: fix style
Quentin Young
2017-08-30
1
-8
/
+4
*
Merge pull request #1059 from opensourcerouting/oldbits-1
Donald Sharp
2017-08-30
1
-32
/
+49
|
\
|
*
zebra: drop IPv6 "broadcast" and "peer" addr code
David Lamparter
2017-08-28
1
-26
/
+2
|
*
zebra: add connected_check_ptp infrastructure
David Lamparter
2017-08-27
1
-6
/
+47
[next]