index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospfd: Limit possible message read to our buffer size
Donald Sharp
2020-04-22
1
-3
/
+8
*
*: replace all random() calls
Rafael Zalamena
2020-04-18
2
-2
/
+5
*
ospfd: Fix possible null deref
Donald Sharp
2020-04-17
1
-1
/
+1
*
Merge pull request #6247 from FRRouting/nb_conversions
Donald Sharp
2020-04-17
1
-0
/
+1
|
\
|
*
*: include vrf northbound module in init
Chirag Shah
2020-04-16
1
-0
/
+1
*
|
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
2
-0
/
+3
*
|
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+2
*
|
*: remove second parameter on install_node()
David Lamparter
2020-04-16
2
-3
/
+9
*
|
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
2
-3
/
+0
*
|
*: clean up cmd_node initializers
David Lamparter
2020-04-16
2
-3
/
+13
|
/
*
Merge pull request #6218 from qlyoung/fix-ospf-router-lsa-missing-length-check
Olivier Dugeon
2020-04-14
1
-17
/
+23
|
\
|
*
ospfd: router LSA link info missing length check
Quentin Young
2020-04-14
1
-17
/
+23
*
|
ospfd: fix uaf upon rx of self-originated lsa
Quentin Young
2020-04-14
1
-2
/
+2
|
/
*
*: Do not cast to the same type
Donatas Abraitis
2020-04-08
9
-21
/
+18
*
bgpd, ospfd, ospf6d: long is not bool :(
David Lamparter
2020-04-02
1
-2
/
+2
*
*: remove line breaks from log messages
David Lamparter
2020-03-24
4
-6
/
+5
*
*: remove tabs from log messages
David Lamparter
2020-03-24
3
-27
/
+12
*
ospfd: stop checking for ancient OpenBSD
Ruben Kerkhof
2020-03-19
1
-1
/
+1
*
ospfd: Fix spelling mistakes found by debian packaging
Donald Sharp
2020-03-14
1
-1
/
+1
*
ospfd: fix range check for metric
Ruben Kerkhof
2020-03-11
1
-1
/
+1
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
4
-9
/
+9
*
*: Finish off the __PRETTY_FUNCTION__ to __func__
Donald Sharp
2020-03-06
4
-9
/
+7
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
8
-31
/
+28
*
ospfd: Fix 4 levels of unnecessary indentation
Donald Sharp
2020-03-04
1
-11
/
+16
*
ospfd: Cleanup set but unused variables
Donald Sharp
2020-02-27
4
-8
/
+6
*
Merge pull request #5813 from mjstapp/zapi_labels_use_nh
Donald Sharp
2020-02-18
1
-4
/
+4
|
\
|
*
*: encode zapi labels message using nexthops
Mark Stapp
2020-02-14
1
-4
/
+4
*
|
*: Remove break after return
Donatas Abraitis
2020-02-13
2
-128
/
+0
|
/
*
Merge pull request #5763 from ton31337/fix/return_without_parent
Renato Westphal
2020-02-10
1
-1
/
+1
|
\
|
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
|
Merge pull request #5767 from ton31337/fix/replace_s_addr_0_to_INADDR_ANY
Donald Sharp
2020-02-06
10
-44
/
+49
|
\
\
|
*
|
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
10
-44
/
+49
*
|
|
OSPF: Multi instance broken
Santosh P K
2020-02-05
1
-0
/
+12
|
/
/
*
|
Merge pull request #5104 from opensourcerouting/route-map-nbv2
Donald Sharp
2020-02-05
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
*: fix route map integration
Rafael Zalamena
2020-02-04
1
-0
/
+2
*
|
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
2
-2
/
+0
|
/
*
Merge pull request #5666 from donaldsharp/more_nhg_fixes
Donatas Abraitis
2020-01-15
1
-1
/
+1
|
\
|
*
bgpd, ospfd, zebra: Do not use 0 as VRF_DEFAULT
Donald Sharp
2020-01-15
1
-1
/
+1
*
|
doc: rename man pages to frr-*
David Lamparter
2020-01-15
1
-1
/
+1
|
/
*
ospfd: Prevent use after free on shutdown
Donald Sharp
2019-12-18
1
-1
/
+3
*
ospfd: tiny style fix
Quentin Young
2019-12-12
1
-2
/
+1
*
ospfd: sizeof(pointer) -> sizeof(pointed-at)
Quentin Young
2019-12-12
1
-1
/
+1
*
ospfd: fix misplaced trust in ip header length
Quentin Young
2019-12-12
1
-5
/
+17
*
Merge pull request #4765 from opensourcerouting/defaults-v2
Donald Sharp
2019-12-06
4
-37
/
+32
|
\
|
*
ospfd: use new defaults mechanism (v2)
David Lamparter
2019-12-06
3
-25
/
+31
|
*
ospfd: remove minor WTF in instance creation
David Lamparter
2019-12-06
1
-11
/
+1
|
*
lib: rename memory_vty.c to lib_vty.c
David Lamparter
2019-12-06
1
-1
/
+0
*
|
Merge pull request #5226 from donaldsharp/interface_fixup
David Lamparter
2019-12-06
3
-22
/
+18
|
\
\
|
|
/
|
/
|
|
*
eigrpd, ospfd, pimd: Fix assumption that interface may not be up
Donald Sharp
2019-12-04
2
-19
/
+15
|
*
ospfd: interface name and ip address can be 32 bytes
Donald Sharp
2019-12-04
1
-3
/
+3
[next]