index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pbrd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8675 from wesleycoakley/pbr-table-range-core-fix
Mark Stapp
2021-05-25
2
-32
/
+127
|
\
|
*
pbrd: nhg "add" edge case for last in table range
Wesley Coakley
2021-05-16
1
-8
/
+14
|
*
pbrd: use sparse table for allocated NHG table IDs
Wesley Coakley
2021-05-16
2
-25
/
+114
*
|
pbrd: fix coverity warning
Igor Ryzhov
2021-05-19
1
-15
/
+13
|
/
*
*: remaining zassert => assert
David Lamparter
2021-04-23
1
-2
/
+2
*
*: remove *.conf.sample files
Quentin Young
2021-04-09
2
-20
/
+0
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+2
*
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
2
-3
/
+3
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
6
-8
/
+8
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
3
-13
/
+13
*
pbrd: remove extraneous break
Stephen Worley
2021-02-01
1
-2
/
+0
*
pbrd: nht only handle if updates if IPV*_IFINDEX nh
Stephen Worley
2021-02-01
1
-29
/
+6
*
pbrd: Remove #if 0 code
Donald Sharp
2021-01-28
1
-7
/
+0
*
pbrd: Prevent possible NULL use
Donald Sharp
2021-01-18
1
-12
/
+14
*
Merge pull request #7762 from sworleys/PBR-Ipv4/Ipv6-Match-Fixes
Mark Stapp
2021-01-05
1
-0
/
+10
|
\
|
*
pbrd: disallow ipv4/ipv6 mismatching in match src/dst
Stephen Worley
2020-12-17
1
-0
/
+10
*
|
pbrd: clean up possible checkpatch issue
Mark Stapp
2020-12-23
1
-2
/
+7
*
|
pbrd: Pay attention to interface up/down events with nht
Donald Sharp
2020-12-12
1
-2
/
+54
|
/
*
*: Convert all usage of zclient_send_message to new enum
Donald Sharp
2020-11-15
1
-2
/
+2
*
bgpd: Advertise FIB installed routes to bgp peers (Part 1)
Soman K S
2020-11-06
1
-1
/
+2
*
pbrd: Fix memory leak in json output
Donald Sharp
2020-11-04
1
-3
/
+9
*
Merge pull request #7378 from donaldsharp/pbr_ifp_leak
Jafar Al-Gharaibeh
2020-10-28
5
-0
/
+23
|
\
|
*
pbrd: Fix memory leak
Donald Sharp
2020-10-23
5
-0
/
+23
*
|
pbrd: Remove inet_ntoa usage from pbr
Donald Sharp
2020-10-26
1
-2
/
+2
|
/
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
3
-37
/
+21
*
Merge pull request #7222 from idryzhov/fix-debug
Renato Westphal
2020-10-10
1
-2
/
+2
|
\
|
*
*: move "show debugging ..." commands to enable node
Igor Ryzhov
2020-10-02
1
-1
/
+1
|
*
*: move "debug ..." commands to enable node
Igor Ryzhov
2020-10-02
1
-1
/
+1
*
|
vtysh: dynamically generate the list of daemons for commands
Igor Ryzhov
2020-10-02
1
-0
/
+1
|
/
*
*: make failure to decode nht update an error
Quentin Young
2020-10-01
1
-1
/
+1
*
pbrd: use bool for pbr_send_pbr_map() return val
Stephen Worley
2020-09-23
3
-9
/
+9
*
pbrd: cleanup pbr ifp info if not sent to zebra
Stephen Worley
2020-09-22
1
-1
/
+12
*
pbrd: add return val for pbr_send_pbr_map()
Stephen Worley
2020-09-22
2
-7
/
+9
*
Merge pull request #7093 from donaldsharp/pbr_flapping
Mark Stapp
2020-09-14
3
-8
/
+9
|
\
|
*
pbrd: Ensure rule is installed on interface up
Donald Sharp
2020-09-12
1
-1
/
+1
|
*
bgpd, lib, pbrd, zebra: Pass by ifname
Donald Sharp
2020-09-12
3
-7
/
+8
*
|
lib: fix crashes with leafrefs that point to non-implemented modules
Renato Westphal
2020-09-11
1
-1
/
+0
|
/
*
pbrd: add frr-vrf to the list of implemented yang modules
Renato Westphal
2020-09-10
1
-0
/
+1
*
Merge pull request #7033 from mjstapp/fix_pbr_nhg_sa
Donald Sharp
2020-09-02
1
-4
/
+14
|
\
|
*
pbrd: fix SA warning in nhg map
Mark Stapp
2020-09-01
1
-4
/
+14
*
|
pbrd: nh "valid" semantics in nexthop tracking
Wesley Coakley
2020-09-01
1
-6
/
+6
*
|
pbrd: be more selective about route updates
Wesley Coakley
2020-09-01
2
-6
/
+13
|
/
*
pbrd: Convert pnhc->nexthop to it's own data
Donald Sharp
2020-08-28
3
-50
/
+49
*
pbrd: When multiple items share the pnhc do the right thing
Donald Sharp
2020-08-28
3
-26
/
+86
*
pbrd: Allow interfaces to be deleted then added back in
Donald Sharp
2020-08-28
6
-2
/
+100
*
lib: Allow nexthop simple display to take an alternate ifp name
Donald Sharp
2020-08-28
1
-1
/
+1
*
pbrd: Properly hook back up when vrf is destroyed than recreated
Donald Sharp
2020-08-28
6
-3
/
+135
*
Merge pull request #6730 from wesleycoakley/pbrd-dscp-ecn
Russ White
2020-07-23
4
-1
/
+165
|
\
|
*
pbrd: expose dscp & ecn to json for `show pbr map`
Wesley Coakley
2020-07-15
1
-0
/
+6
|
*
pbrd: dscp interpret standard codepoints
Wesley Coakley
2020-07-15
3
-6
/
+95
[next]