index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_snmp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #14546 from adrianomarto/ospf6-point-to-multipoint
Donald Sharp
2023-10-31
1
-0
/
+3
|
\
|
*
ospf6d: add point-to-multipoint interface mode
David Lamparter
2023-10-10
1
-0
/
+3
*
|
build: add -Wimplicit-fallthrough
Igor Ryzhov
2023-10-12
1
-2
/
+2
|
/
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
1
-6
/
+3
*
ospf6d: remove unnecessary break.
Manoj Naragund
2021-10-26
1
-1
/
+0
*
ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it does
Donald Sharp
2021-06-10
1
-3
/
+4
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+2
*
ospf6d: More lists being leaked
Donald Sharp
2020-11-19
1
-4
/
+2
*
ospf6d: Free up list memory
Donald Sharp
2020-11-18
1
-2
/
+1
*
ospf6d : Transformation changes for ospf6 vrf support.
harios_niral
2020-10-31
1
-0
/
+14
*
ospf6d, tests: Prevent use after free
Donald Sharp
2020-10-11
1
-6
/
+6
*
ospf6d : Preparing for ospf6d VRF support.
Kaushik
2020-09-01
1
-9
/
+15
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-2
/
+2
*
*: Remove break after return
Donatas Abraitis
2020-02-13
1
-4
/
+0
*
ospf6d: fix mistaken if_is_* instead of oi->type
David Lamparter
2019-09-17
1
-2
/
+2
*
*: use array_size instead of raw division
Quentin Young
2019-02-26
1
-14
/
+8
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-33
/
+33
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-5
/
+5
*
ospf6d: Don't assign to values that are never read
Donald Sharp
2017-12-14
1
-5
/
+5
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-3
/
+3
*
ospf6d: Add missing vrf lookup
Donald Sharp
2017-10-10
1
-0
/
+2
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-4
/
+4
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-962
/
+1163
*
Merge pull request #820 from opensourcerouting/gcc7
Donald Sharp
2017-07-14
1
-0
/
+1
|
\
|
*
*: fix GCC 7 switch/case fallthrough warnings
David Lamparter
2017-07-14
1
-0
/
+1
*
|
ospf6d: use macro for LSDB walks
David Lamparter
2017-07-11
1
-14
/
+8
|
/
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
*: snmp: convert into modules
David Lamparter
2017-03-25
1
-9
/
+18
*
*: use hooks for sending SNMP traps
David Lamparter
2017-03-25
1
-5
/
+27
*
ospf6d: fix fallout from ifindex_t change
David Lamparter
2016-09-23
1
-1
/
+2
*
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
Paul Jakma
2016-08-18
1
-6
/
+6
*
*: snmp: add a load of "static" specifiers
David Lamparter
2016-07-28
1
-3
/
+3
*
*: fixup snmp support
David Lamparter
2016-07-24
1
-3
/
+5
*
*: add missing includes
David Lamparter
2016-06-07
1
-0
/
+2
*
ospf6d: fix uninitialized warning in SNMP
David Lamparter
2016-05-26
1
-1
/
+1
*
snmp: fix warnings
David Lamparter
2016-05-26
1
-1
/
+0
*
ospf6d: add "auto-cost reference-bandwidth" command
Vincent Bernat
2014-03-21
1
-1
/
+3
*
security: Fix some typos and potential NULL-deref
Remi Gacogne
2014-02-11
1
-1
/
+1
*
ospf6d: fix segfault when requesting inexistant interfaces or areas
Vincent Bernat
2012-07-10
1
-4
/
+6
*
ospf6d: add SNMP notifications/traps support
Vincent Bernat
2012-06-25
1
-0
/
+56
*
ospf6d: add SNMP support for ospfv3*LsdbTable
Vincent Bernat
2012-06-25
1
-89
/
+174
*
ospf6d: add SNMP implementation of ospfv3IfTable
Vincent Bernat
2012-06-25
1
-1
/
+203
*
ospf6d: complete SNMP implementation of ospfv3AreaTable
Vincent Bernat
2012-06-25
1
-2
/
+28
*
ospf6d: complete SNMP implementation for scalar objects
Vincent Bernat
2012-06-25
1
-0
/
+44
*
ospf6d: add SNMP support for ospfv3NbrTable
Vincent Bernat
2012-06-25
1
-0
/
+164
*
snmp: fix OSPFV3-MIB implementation
Vincent Bernat
2012-06-25
1
-173
/
+237
[next]