index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pbrd
/
pbr_nht.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-5
/
+5
*
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
*
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 prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-4
/
+2
*
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
1
-6
/
+12
*
pbrd: Convert pnhc->nexthop to it's own data
Donald Sharp
2020-08-28
1
-46
/
+45
*
pbrd: When multiple items share the pnhc do the right thing
Donald Sharp
2020-08-28
1
-26
/
+84
*
pbrd: Allow interfaces to be deleted then added back in
Donald Sharp
2020-08-28
1
-0
/
+65
*
pbrd: Properly hook back up when vrf is destroyed than recreated
Donald Sharp
2020-08-28
1
-1
/
+71
*
pbrd: nhgc state improvements when installed/removed
Stephen Worley
2020-07-09
1
-16
/
+22
*
pbrd: uninstall NHG route if not valid anymore
Stephen Worley
2020-07-09
1
-5
/
+8
*
pbrd, lib, doc: fix new `show` json key semantics
Wesley Coakley
2020-05-27
1
-3
/
+3
*
pbrd: `show` directives give arrays where appropos
Wesley Coakley
2020-05-27
1
-1
/
+1
*
pbrd, lib: verbosity++ for json `show` directives
Wesley Coakley
2020-05-27
1
-4
/
+4
*
pbrd, lib: opt. json for `show pbr nexthop-group`
Wesley Coakley
2020-05-27
1
-0
/
+54
*
pbrd: implement `set *` and `match *` config replacement
Stephen Worley
2020-04-09
1
-4
/
+23
*
pbrd: delete pbr nhg cache after rlease from hash
Stephen Worley
2020-04-09
1
-0
/
+1
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
1
-9
/
+8
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-20
/
+17
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-28
1
-2
/
+2
*
Revert "*: change hash_backet to hash_bucket"
Jafar Al-Gharaibeh
2020-02-27
1
-2
/
+2
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-27
1
-2
/
+2
*
pbrd: Add `set vrf NAME` and `set vrf unchanged`
Stephen Worley
2019-11-21
1
-11
/
+1
*
lib,pbrd,zebra: Use one api to delete nexthops/group
Stephen Worley
2019-10-25
1
-2
/
+0
*
pbrd: nexthop_group delete cb don't free pbr->nhg
Stephen Worley
2019-10-25
1
-1
/
+0
*
pbrd: Don't track ipv6 link locals
Stephen Worley
2019-10-08
1
-3
/
+10
*
pbrd: We should be looking for v4 and v6 nexthop types
Donald Sharp
2019-09-24
1
-1
/
+1
*
pbrd: Handle GATEWAY_IFINDEX nht conflicts
Stephen Worley
2019-09-13
1
-16
/
+104
*
pbrd: Do not install nexthop group until we have nexthops
Donald Sharp
2019-07-17
1
-1
/
+0
*
lib: Private api for nexthop_group manipulation
Stephen Worley
2019-06-26
1
-3
/
+4
*
zebra,pbrd: Update pbrd to handle NHT properly
Stephen Worley
2019-06-10
1
-0
/
+27
*
pbrd: Set next/prev to NULL on cached nexthops
Stephen Worley
2019-06-10
1
-0
/
+2
*
pbrd: strcpy -> strlcpy
Quentin Young
2019-05-29
1
-1
/
+1
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-6
/
+5
*
Merge pull request #3776 from opensourcerouting/pbrd-interface-nexthops
Donald Sharp
2019-03-22
1
-32
/
+105
|
\
|
*
pbrd: add support for interface nexthops
Renato Westphal
2019-02-15
1
-1
/
+60
|
*
pbrd: fix detection of inconsistent nexthop groups
Renato Westphal
2019-02-15
1
-20
/
+34
|
*
pbrd: rename nh_afi variables to nh_type to better convey their meaning
Renato Westphal
2019-02-15
1
-14
/
+14
*
|
*: use proper bool initializers & fix comparisons
Quentin Young
2019-02-26
1
-1
/
+1
*
|
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-7
/
+7
*
|
pbrd: fix removal of ipv6 nexthops
Renato Westphal
2019-02-21
1
-2
/
+2
|
/
*
Revert "isisd lib ospfd pbrd python: fix empty init"
David Lamparter
2018-12-01
1
-4
/
+4
*
isisd lib ospfd pbrd python: fix empty init
F. Aragon
2018-11-21
1
-4
/
+4
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-10
/
+10
*
bgpd lib ospf6d pbrd tests zebra: shadowing fixes
F. Aragon
2018-09-13
1
-4
/
+4
[next]