index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_neighbor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospf6d: Prevent crash in adj_ok
Donald Sharp
2021-11-05
1
-0
/
+3
*
ospf6d: Prevent use after free
Donald Sharp
2021-11-05
1
-0
/
+2
*
ospf6d: declare neighbor memtype as static
Renato Westphal
2021-10-06
1
-1
/
+1
*
ospf6d: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
1
-4
/
+0
*
ospf6d: introduce support for Graceful Restart (restarting mode)
Renato Westphal
2021-09-16
1
-0
/
+16
*
ospf6d: cleanup useless checks
Igor Ryzhov
2021-09-15
1
-2
/
+0
*
ospf6d: GR helper configurations
rgirada
2021-08-12
1
-1
/
+1
*
ospf6d: Helper functionality changes
rgirada
2021-08-10
1
-13
/
+37
*
Merge pull request #8878 from idryzhov/fix-ospf6-neighbor-detail
Russ White
2021-06-22
1
-24
/
+20
|
\
|
*
ospf6d: fix "show ipv6 ospf6 neighbor" command
Igor Ryzhov
2021-06-21
1
-24
/
+20
*
|
ospf6d: Release last dbdesc packet after router dead interval
Yash Ranjan
2021-06-19
1
-4
/
+19
|
/
*
ospf6d: add vty support for multiple vrfs
harios_niral
2021-05-06
1
-30
/
+78
*
ospf6d: rework BFD integration
Rafael Zalamena
2021-04-22
1
-4
/
+4
*
ospf6d: kill ospf6_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-0
/
+2
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-1
/
+1
*
ospf6d: Router-ID filter is not filtering the show command "do show ipv6 ospf...
Yash Ranjan
2020-12-04
1
-3
/
+4
*
ospf6d: Json support added for command "show ipv6 ospf6 neighbor [json]"
github login name
2020-11-05
1
-104
/
+338
*
ospf6d : Transformation changes for ospf6 vrf support.
harios_niral
2020-10-31
1
-2
/
+7
*
ospf6d, tests: Prevent use after free
Donald Sharp
2020-10-11
1
-23
/
+23
*
ospf6d: Revert "ospf6d: Prevent use after free"
Donald Sharp
2020-05-14
1
-23
/
+8
*
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+7
*
ospf6d: Prevent use after free
Donald Sharp
2019-09-25
1
-8
/
+23
*
ospf6d: fix mistaken if_is_* instead of oi->type
David Lamparter
2019-09-17
1
-1
/
+1
*
*: replace XMALLOC + memset with XCALLOC
Quentin Young
2019-02-26
1
-3
/
+1
*
*: remove casts of XMALLOC / XCALLOC
Quentin Young
2019-02-26
1
-2
/
+1
*
*: Fixup to use proper list_cmp functions
Donald Sharp
2018-10-19
1
-1
/
+5
*
ospf6d: remove extra struct in ospf6_lsa_handler
David Lamparter
2018-09-09
1
-1
/
+1
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-4
/
+0
*
ospf6d: router-id change to display msg to restart
Chirag Shah
2018-04-13
1
-2
/
+3
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-7
/
+7
*
ospf6d: Intra-prefix LSA update after frr restart
Chirag Shah
2018-03-08
1
-0
/
+3
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-2
/
+2
*
ospf6d: router-id change notify to restart ospf6d
Chirag Shah
2018-02-15
1
-0
/
+4
*
ospf6d: Handle Premature Aging of LSAs
Chirag Shah
2018-02-15
1
-0
/
+5
*
ospf6d: New version of GCC with new warnings
Donald Sharp
2017-07-28
1
-3
/
+3
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-753
/
+702
*
Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactor
David Lamparter
2017-07-14
1
-60
/
+45
|
\
|
*
*: remove VTYNL, part 4 of 6
David Lamparter
2017-07-14
1
-57
/
+42
|
*
*: remove VTYNL, part 2 of 6
David Lamparter
2017-07-14
1
-3
/
+3
|
*
ospf6d: VNL -> VTYNL
David Lamparter
2017-07-14
1
-30
/
+30
*
|
ospf6d: use macro for LSDB walks
David Lamparter
2017-07-11
1
-32
/
+16
|
/
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
*: update thread_add_* calls
Quentin Young
2017-05-09
1
-12
/
+15
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-14
/
+13
*
*: use hooks for sending SNMP traps
David Lamparter
2017-03-25
1
-8
/
+5
*
*: use monotime()
David Lamparter
2017-01-23
1
-4
/
+4
*
lib: time: remove recent_relative_time()
David Lamparter
2017-01-23
1
-5
/
+3
*
ospf6d: fix broken indentation in "show ipv6 ospf6 neighbor"
Renato Westphal
2017-01-04
1
-4
/
+4
*
*: fix up DEFUNs without install_element calls
David Lamparter
2016-12-05
1
-0
/
+1
*
Merge branch 'cmaster-next' into vtysh-grammar
Quentin Young
2016-10-18
1
-1
/
+0
|
\
[next]