index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
isisd
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-03
tools: extend checkpatch.pl for frr_{with,each}
David Lamparter
1
-2
/
+27
2019-09-03
doc: add developer docs for frr_with_mutex
David Lamparter
3
-0
/
+75
2019-09-03
lib: add frr_with_mutex() block-wrapper
David Lamparter
19
-306
/
+221
2019-09-03
lib: add some macro helpers
David Lamparter
1
-0
/
+43
2019-09-03
*: Convert some route map functions to return the enum
Donald Sharp
7
-41
/
+120
2019-09-03
lib: Cleanup return codes to use enum values
Donald Sharp
1
-6
/
+6
2019-09-03
tests: Fix topojson address-family configuration
Ashish Pant
1
-3
/
+3
2019-09-03
tests: Fix topojson static route tests
Ashish Pant
3
-3
/
+3
2019-09-03
tests: Add ecmp test cases
Ashish Pant
5
-18
/
+3099
2019-09-02
bgpd: Add Established and Dropped counts to JSON output of bgp summary
Dinesh G Dutt
1
-0
/
+4
2019-09-02
isisd: fix northbound circuit deletion
Emanuele Di Pascale
1
-14
/
+1
2019-09-02
bgpd: Add a new command to only show failed peerings
Dinesh G Dutt
6
-203
/
+349
2019-08-31
tests: Update Dockerfile to a valid libyang version
Stephen Worley
1
-4
/
+4
2019-08-30
build: Fix checks for c_ares
Martin Winter
1
-4
/
+4
2019-08-30
build: make BMP optional
David Lamparter
2
-13
/
+49
2019-08-30
bgpd/bmp: BMP implementation
David Lamparter
13
-288
/
+2444
2019-08-30
bgpd/bmp: convert BMP code into module
David Lamparter
6
-14
/
+19
2019-08-30
bgpd/bmp: use bgp packet dump hook
David Lamparter
3
-6
/
+7
2019-08-30
bgpd/bmp: Initial BMP implementation.
Yasuhiro Ohara
7
-0
/
+602
2019-08-30
bgpd: add timestamp to bgp_adj_in
David Lamparter
2
-0
/
+4
2019-08-30
lib: add monotime_to_realtime()
David Lamparter
1
-0
/
+14
2019-08-30
lib: add pull-driven data write handler
David Lamparter
3
-0
/
+387
2019-08-29
tests: Ensure topotests are actually waiting appropriately for peers to come up
Donald Sharp
3
-15
/
+15
2019-08-28
tests: Modify docker build for local to have dev build
Donald Sharp
1
-0
/
+1
2019-08-28
lib: Stop arm crash on shutdown
Donald Sharp
1
-3
/
+2
2019-08-27
bgpd: Shut off keepalives as soon as we shutdown a peer
Donald Sharp
1
-0
/
+2
2019-08-27
*: Start process of possibly deprecating Solaris
Donald Sharp
2
-0
/
+10
2019-08-27
bgpd: Eliminate all incorrect formulations of afi/safi in JSON
Dinesh G Dutt
7
-129
/
+157
2019-08-26
bgpd: Update doc for some as-path route-map commands
Donald Sharp
1
-7
/
+12
2019-08-26
bgpd: Add 'no set as-path prepend last-as X' command
Donald Sharp
1
-0
/
+13
2019-08-26
lib: Make if_lookup_by_index understand if VRF is backed by netns or not
Dinesh G Dutt
1
-4
/
+20
2019-08-26
bgpd : Ambiguous command: show bgp large-community-list 1
vdhingra
1
-14
/
+17
2019-08-23
vtysh: fix rare crash(es)
Quentin Young
1
-6
/
+10
2019-08-23
bgpd: Allow shortened input for `show bgp l2vpn evpn route type e|p`
Donald Sharp
1
-2
/
+2
2019-08-23
zebra: Added a few more information in route_entry while dumping
vdhingra
1
-0
/
+4
2019-08-22
isisd: add support for IPv6 BFD peers
Renato Westphal
1
-31
/
+98
2019-08-22
lib: remove deprecated stream_resize api
Mark Stapp
2
-13
/
+0
2019-08-22
tests: Enhance execution logs in topojson
Ashish Pant
6
-409
/
+491
2019-08-21
tests: Add a couple simple Null0 spelling tests
Donald Sharp
2
-0
/
+5
2019-08-21
lib: fix a couple more doc comments
Renato Westphal
2
-4
/
+4
2019-08-21
lib: switch str2prefix_ipv4() to use inet_pton()
Renato Westphal
1
-1
/
+3
2019-08-21
isisd: unify isis_nexthop and isis_nexthop6 into a single struct
Renato Westphal
7
-191
/
+123
2019-08-21
isisd: reuse the nexthop lookup functions to avoid code duplication
Renato Westphal
1
-24
/
+19
2019-08-21
isisd: remove unnecessary null checks
Renato Westphal
1
-4
/
+2
2019-08-21
isisd: remove unused struct fields
Renato Westphal
2
-4
/
+0
2019-08-21
lib: fix doc comment of the "cli_show_end" northbound callback
Renato Westphal
1
-9
/
+0
2019-08-21
lib: fix uint32_t overflow in a couple of CLI commands
Renato Westphal
2
-8
/
+8
2019-08-21
lib: don't ignore stream errors in some zapi decode functions
Renato Westphal
1
-4
/
+7
2019-08-20
bgpd: Remove declarations of unused functions
Donald Sharp
1
-3
/
+0
2019-08-20
bgpd: make clear bgp * clear all peers in all afi/safis
Don Slice
3
-40
/
+87
[next]