index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pimd: Don't refersh the oif_creation timer if S,G already present
Sarita Patra
2019-02-08
1
-2
/
+4
*
Merge pull request #3752 from mjstapp/fix_wq_static_func
Donald Sharp
2019-02-07
1
-10
/
+4
|
\
|
*
libs: remove useless static work_queue_free helper
Mark Stapp
2019-02-07
1
-10
/
+4
*
|
Merge pull request #3745 from chiragshah6/evpn_dev1
Russ White
2019-02-07
11
-4
/
+284
|
\
\
|
|
/
|
/
|
|
*
zebra: advertise svi ip as macip route changes
Chirag Shah
2019-02-07
5
-4
/
+162
|
*
bgpd: advertise svi ip as macip config cmd
Chirag Shah
2019-02-07
2
-0
/
+95
|
*
bgpd: advertise svi ip as macip zebra parse api
Chirag Shah
2019-02-07
2
-0
/
+25
|
*
lib: advertise svi ip as macip opcode
Chirag Shah
2019-02-07
2
-0
/
+2
*
|
Merge pull request #3722 from donaldsharp/static_recursive
David Lamparter
2019-02-07
2
-1
/
+5
|
\
\
|
*
|
zebra: Do not display recursive nexthops as installed
Donald Sharp
2019-02-05
1
-1
/
+2
|
*
|
zebra: Fix multiple levels of static recursion
Donald Sharp
2019-02-05
1
-0
/
+3
*
|
|
Merge pull request #3744 from mjstapp/wq_deprecated_api
David Lamparter
2019-02-07
2
-12
/
+6
|
\
\
\
|
*
|
|
libs: remove deprecated workqueue api
Mark Stapp
2019-02-06
2
-12
/
+6
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3748 from donaldsharp/sharp_nht_addition
David Lamparter
2019-02-07
12
-76
/
+293
|
\
\
\
|
*
|
|
sharpd: Add 'sharp data nexthop' data dump
Donald Sharp
2019-02-07
8
-0
/
+144
|
*
|
|
sharpd: Add 'sharp data route" dump command
Donald Sharp
2019-02-07
3
-0
/
+31
|
*
|
|
sharpd: Move route global variables into the global data structure
Donald Sharp
2019-02-07
4
-65
/
+68
|
*
|
|
sharpd: Add start of global data structures
Donald Sharp
2019-02-07
3
-1
/
+38
|
*
|
|
sharpd: Allow nhop tracking to specify connected
Donald Sharp
2019-02-07
3
-9
/
+12
|
*
|
|
lib: MTYPE_PREFIX_FLOWSPEC should not be exposed by memory.h
Donald Sharp
2019-02-07
3
-2
/
+1
|
|
/
/
*
|
|
Merge pull request #3749 from rtrlib/2019-02-07-bugfix-master
David Lamparter
2019-02-07
1
-4
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bgpd: fix crash when trying to remove non-existing rpki cache
Marcel Röthke
2019-02-07
1
-1
/
+1
|
*
|
bgpd: fix "show rpki cache-server" for ssh caches
Marcel Röthke
2019-02-07
1
-3
/
+17
|
/
/
*
|
Merge pull request #3684 from mjstapp/dplane_pw
Donald Sharp
2019-02-06
9
-34
/
+355
|
\
\
|
*
|
zebra: add handler for pw install errors
Mark Stapp
2019-01-25
2
-2
/
+34
|
*
|
zebra: handle pw updates in async dplane
Mark Stapp
2019-01-25
1
-0
/
+31
|
*
|
zebra: convert PW updates to async dataplane
Mark Stapp
2019-01-25
8
-32
/
+194
|
*
|
zebra: start pseudowire support
Mark Stapp
2019-01-25
2
-0
/
+96
*
|
|
Merge pull request #3737 from qlyoung/doc-move-topotest-to-devdocs
Rafael Zalamena
2019-02-05
10
-1046
/
+2553
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
doc: move topotests docs to developers guide
Quentin Young
2019-02-05
10
-1046
/
+2553
*
|
|
lib: add hooks for external logging function
Emanuele Di Pascale
2019-02-05
2
-0
/
+14
*
|
|
Merge pull request #3693 from chiragshah6/ospf_vrf_dev
Russ White
2019-02-05
1
-5
/
+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ospfd: address CVE-2017-3224
Chirag Shah
2019-02-03
1
-5
/
+17
*
|
|
Merge pull request #3518 from rgirada/routemap_3090
Donald Sharp
2019-02-05
15
-13
/
+259
|
\
\
\
|
*
|
|
bgpd: Added changes to track route-map usage
rgirada
2019-02-04
6
-1
/
+119
|
*
|
|
ospfd: Added changes to track route-map usage
rgirada
2019-02-04
2
-7
/
+20
|
*
|
|
zebrad: Added changes to track route-map usage
rgirada
2019-02-04
1
-2
/
+35
|
*
|
|
ospf6d: Added changes to track route-map usage
rgirada
2019-02-04
1
-1
/
+11
|
*
|
|
ripd,ripngd: Added changes to track route-map usage in rip,ripng
rgirada
2019-02-04
2
-2
/
+8
|
*
|
|
isisd: Added changes to track route-map usage in isis.
rgirada
2019-02-04
1
-0
/
+2
|
*
|
|
lib: Implemented a cli "show route-map-unsed" to track all unsed routemaps.
rgirada
2019-02-04
2
-0
/
+64
|
|
/
/
*
|
|
Merge pull request #3733 from donaldsharp/meta_queue_nht_game_over_man_game_over
Russ White
2019-02-05
1
-9
/
+1
|
\
\
\
|
*
|
|
zebra: NHT was being run at least 2 times and missreporting data
Donald Sharp
2019-02-05
1
-9
/
+1
*
|
|
|
Merge pull request #3727 from qlyoung/fix-signed-printspec-bgp-as
Russ White
2019-02-05
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
bgpd: use correct specifier to print asn
Quentin Young
2019-02-04
1
-4
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #3725 from donaldsharp/eigrp_metric
Russ White
2019-02-05
11
-63
/
+112
|
\
\
\
\
|
*
|
|
|
eigrpd: Don't crash on a `no network A.B.C.D/M`
Donald Sharp
2019-02-04
1
-11
/
+7
|
*
|
|
|
eigrpd: Allow A.B.C.D and A.B.C.D/M for topology specification
Donald Sharp
2019-02-03
1
-15
/
+55
|
*
|
|
|
eigrpd: Abstract display of an individual entry
Donald Sharp
2019-02-03
1
-17
/
+25
|
*
|
|
|
eigrpd: Modify from int to boolean for display
Donald Sharp
2019-02-03
3
-6
/
+7
[next]