index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8646 from chiragshah6/mdev
Patrick Ruddy
2021-05-18
1
-2
/
+5
|
\
|
*
zebra: check vni oper state in svi up notif
Chirag Shah
2021-05-08
1
-2
/
+5
*
|
Merge pull request #8535 from opensourcerouting/zlog-rnode
Donatas Abraitis
2021-05-18
1
-27
/
+42
|
\
\
|
*
|
zebra: replace _rnode_zlog with %pZN ext
David Lamparter
2021-05-02
1
-27
/
+42
*
|
|
Merge pull request #8659 from mjstapp/fix_connected_multi
Donald Sharp
2021-05-13
1
-5
/
+23
|
\
\
\
|
*
|
|
lib,zebra: Use a flag to track down status for connected addrs
Mark Stapp
2021-05-12
1
-5
/
+23
*
|
|
|
zebra: Use __func__ instead of __PRETTY_FUNCTION__
Donald Sharp
2021-05-12
3
-10
/
+8
*
|
|
|
zebra: Consolidate on 1 function netlink_parse_rattr_nested
Donald Sharp
2021-05-12
1
-13
/
+13
*
|
|
|
zebra: memset the `struct rtattr *tb[SIZE]` in setting function
Donald Sharp
2021-05-12
3
-19
/
+3
|
/
/
/
*
|
|
Merge pull request #8650 from idryzhov/bgp-fix-redist
Russ White
2021-05-11
1
-6
/
+11
|
\
\
\
|
*
|
|
Revert "bgpd: vrf route leaking, fix vrf redistribute"
Igor Ryzhov
2021-05-09
1
-6
/
+11
|
|
|
/
|
|
/
|
*
|
|
zebra: fix style warnings in previous commits
David Lamparter
2021-05-09
3
-4
/
+4
*
|
|
zebra: Reduce per vrf memory usage from hash table creation
Donald Sharp
2021-05-05
2
-7
/
+22
*
|
|
zebra: Reduce size of vni hash tables to a more reasonable start size
Donald Sharp
2021-05-05
2
-2
/
+2
*
|
|
zebra: Add some ability to know what hash is for what vni
Donald Sharp
2021-05-05
1
-2
/
+5
*
|
|
zebra: Allow the zvrf to know it's vrf when allocing
Donald Sharp
2021-05-05
2
-5
/
+6
|
/
/
*
|
Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2
Mark Stapp
2021-05-05
16
-12
/
+480
|
\
\
|
*
|
zebra: collect gre information and push it when needed
Philippe Guibert
2021-04-30
4
-5
/
+48
|
*
|
nhrp: Preserve mtu during interface up/down and tunnel source change
Philippe Guibert
2021-04-30
4
-5
/
+29
|
*
|
zebra: new dplane action to set gre link interface
Philippe Guibert
2021-04-30
12
-21
/
+203
|
*
|
lib, zebra: get gre information
Philippe Guibert
2021-04-30
1
-0
/
+56
|
*
|
zebra: add stub implementation for zebra gre source set
Philippe Guibert
2021-04-30
2
-0
/
+37
|
*
|
zebra: storage of gre information in zebra layer
Philippe Guibert
2021-04-30
6
-3
/
+129
*
|
|
Merge pull request #8620 from donaldsharp/redistribution_and_infinite
Russ White
2021-05-04
1
-11
/
+1
|
\
\
\
|
*
|
|
zebra: Allow redistribution for routes selected
Donald Sharp
2021-05-04
1
-11
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #8514 from donaldsharp/connected_is_limited
Russ White
2021-05-04
1
-0
/
+47
|
\
\
\
|
*
|
|
zebra: Allow one connected route per network mask on a interface
Donald Sharp
2021-05-03
1
-0
/
+47
|
|
/
/
*
|
|
Merge pull request #8545 from opensourcerouting/assert-our-own
Mark Stapp
2021-05-03
2
-1
/
+2
|
\
\
\
|
*
|
|
*: drop zassert.h
David Lamparter
2021-04-23
1
-1
/
+0
|
*
|
|
*: make sure `config.h` or `zebra.h` is first
David Lamparter
2021-04-23
1
-0
/
+2
*
|
|
|
zebra: Allow interface up events to read speed
Donald Sharp
2021-05-02
1
-0
/
+3
|
|
/
/
|
/
|
|
*
|
|
zebra: at startup, fix links on all namespaces
Philippe Guibert
2021-04-30
3
-8
/
+6
*
|
|
zebra: add the link interface information on interface updates
Philippe Guibert
2021-04-30
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge pull request #7165 from qlyoung/fix-zapi-codec-badness
Rafael Zalamena
2021-04-29
4
-18
/
+12
|
\
\
|
*
|
zebra: use safe stream decodes for evpn zapi msg
Quentin Young
2021-04-28
1
-5
/
+8
|
*
|
pimd, zebra: explicit cast int netlink val to uint
Quentin Young
2021-04-28
1
-1
/
+1
|
*
|
lib, bgpd, zebra: RA interval is unsigned
Quentin Young
2021-04-28
1
-11
/
+2
|
*
|
bgpd, zebra: encode ip addr len as uint16
Quentin Young
2021-04-28
1
-1
/
+1
*
|
|
zebra: msgdump debug strangeness cleanup
Donald Sharp
2021-04-29
1
-35
/
+30
|
/
/
*
|
Merge pull request #8531 from mjstapp/fix_backups_misc
Russ White
2021-04-27
2
-3
/
+56
|
\
\
|
*
|
zebra: handle TE policy changes in LSP async notifs
Mark Stapp
2021-04-21
1
-0
/
+12
|
*
|
zebra: include inner labels with recursive backups
Mark Stapp
2021-04-21
1
-0
/
+36
|
*
|
zebra: fix some issues in recursive backup nexthop code
Mark Stapp
2021-04-21
1
-3
/
+8
*
|
|
Merge pull request #8488 from mjstapp/more_workqueue
Stephen Worley
2021-04-27
5
-41
/
+175
|
\
\
\
|
*
|
|
zebra: use workqueue for daemon-owned NHGs
Mark Stapp
2021-04-15
5
-41
/
+175
*
|
|
|
Merge pull request #8517 from volta-networks/ldp_defer_zebra_updates
Renato Westphal
2021-04-27
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
zebra: debug log for redistribute_del
Emanuele Di Pascale
2021-04-26
1
-0
/
+8
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #8538 from mjstapp/re_dump_nh_labels
Renato Westphal
2021-04-27
1
-2
/
+12
|
\
\
\
\
|
*
|
|
|
zebra: include nexthops' label stacks in debugs
Mark Stapp
2021-04-22
1
-2
/
+12
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
zebra: handle gracefulRS/retain with proto NHGs
Stephen Worley
2021-04-22
1
-1
/
+32
[next]