index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib, ospf6d, ospfd, zebra: Add ZEBRA_STR
Donald Sharp
2017-10-25
1
-1
/
+1
*
*: Modify zclient_init to require privs data
Donald Sharp
2017-10-24
1
-1
/
+1
*
ospf6d: Make 'struct zebra_privs_t' available
Donald Sharp
2017-10-24
2
-2
/
+2
*
ospf6d: Divide LSupdate to keep size small
Chirag Shah
2017-10-20
2
-9
/
+119
*
ospf6d: Handle lsupdate upto max ospf6 payload
Chirag Shah
2017-10-17
2
-32
/
+107
*
Merge pull request #1300 from chiragshah6/mdev
Jafar Al-Gharaibeh
2017-10-17
2
-5
/
+5
|
\
|
*
ospf6d: fix ospf6d crash during sigterm/shutdown
Chirag Shah
2017-10-06
2
-5
/
+5
*
|
Merge pull request #1298 from opensourcerouting/iface-rb-tree
Donald Sharp
2017-10-16
6
-19
/
+22
|
\
\
|
*
|
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
4
-9
/
+9
|
*
|
ospf6d: Add missing vrf lookup
Donald Sharp
2017-10-10
1
-0
/
+2
|
*
|
*: introduce new rb-tree to optimize interface lookup by ifindex
Renato Westphal
2017-10-10
1
-1
/
+1
|
*
|
*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNAL
Renato Westphal
2017-10-10
1
-1
/
+1
|
*
|
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
4
-17
/
+18
|
*
|
lib: nuke the if_*_by_name_len() functions
Renato Westphal
2017-10-10
1
-1
/
+1
*
|
|
ospf6d: Make ospf6_prefix have an empty v6 addr at end
Donald Sharp
2017-10-11
1
-0
/
+1
|
/
/
*
|
ospf6d: Fix snmp compile breakage
Donald Sharp
2017-10-09
1
-1
/
+1
*
|
ospf6d: fix clang warning
Vincent JARDIN
2017-10-08
1
-2
/
+3
*
|
ospf6d: fix clang warning, NULL() calls
Vincent JARDIN
2017-10-08
5
-65
/
+109
|
/
*
*: use argv[]->text instead of argv[]->arg when appropriate
Renato Westphal
2017-10-06
1
-8
/
+8
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
5
-6
/
+6
*
ospf6d: add debug ospf6 route memory to config
Chirag Shah
2017-10-04
1
-0
/
+3
*
ospf6d: fix heap use after free
Quentin Young
2017-09-25
1
-1
/
+14
*
*: fix segfault when sending more than MULTIPATH_NUM nexthops
Renato Westphal
2017-09-21
1
-2
/
+2
*
ospf6d: OSPFv3 interface bandwidth handling
Chirag Shah
2017-09-19
1
-2
/
+11
*
ospf6d: Fix the cli parsing
Donald Sharp
2017-09-14
1
-1
/
+1
*
ospf6d: Note when we calculated spf
Donald Sharp
2017-09-14
2
-1
/
+5
*
ospf6d: Fix crash in prefix-list handling
Donald Sharp
2017-09-13
1
-0
/
+3
*
Merge pull request #1079 from qlyoung/fix-style-a
Renato Westphal
2017-08-31
1
-15
/
+13
|
\
|
*
*: fix style
Quentin Young
2017-08-30
1
-15
/
+13
*
|
Merge pull request #1044 from donaldsharp/combination
Jafar Al-Gharaibeh
2017-08-31
2
-11
/
+6
|
\
\
|
|
/
|
/
|
|
*
*: Add RMAP_COMPILE_SUCCESS to enum
Donald Sharp
2017-08-25
1
-6
/
+5
|
*
*: fix assorted issues detected by Coverity Scan
Renato Westphal
2017-08-25
1
-5
/
+1
*
|
Merge pull request #1056 from opensourcerouting/oldbits-0
Donald Sharp
2017-08-29
1
-2
/
+2
|
\
\
|
*
|
*: remove empty "interface XYZ" config blocks
David Lamparter
2017-08-29
1
-2
/
+2
|
|
/
*
|
ospf6d: fix prefix list name SEGV
David Lamparter
2017-08-29
1
-2
/
+2
*
|
Merge pull request #1060 from opensourcerouting/oldbits-2
Donald Sharp
2017-08-29
1
-2
/
+2
|
\
\
|
*
|
*: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from API
David Lamparter
2017-08-28
1
-2
/
+2
|
|
/
*
/
ospf6d, ospfd: add `no ospf6 router-id ...`
Quentin Young
2017-08-28
1
-6
/
+48
|
/
*
Merge pull request #1031 from opensourcerouting/small-bits
Donald Sharp
2017-08-24
4
-53
/
+66
|
\
|
*
ospf6d: properly update prefix list references
David Lamparter
2017-08-24
4
-53
/
+66
*
|
Merge pull request #1022 from opensourcerouting/zapi_consolidation
Donald Sharp
2017-08-24
3
-290
/
+92
|
\
\
|
*
|
ospf6d: fix regression detected by topotest
Renato Westphal
2017-08-24
1
-6
/
+8
|
*
|
*: use zapi_route to send/receive redistributed routes as well
Renato Westphal
2017-08-24
1
-68
/
+18
|
*
|
ospf6d: use the new API to send routes to zebra
Renato Westphal
2017-08-23
3
-74
/
+31
|
*
|
*: remove leftovers from "router zebra"
Renato Westphal
2017-08-23
1
-112
/
+1
|
*
|
*: reduce excessive indentation in a few places
Renato Westphal
2017-08-23
1
-67
/
+71
|
|
/
*
|
Merge pull request #1026 from qlyoung/no-ospf6
David Lamparter
2017-08-24
1
-21
/
+87
|
\
\
|
|
/
|
/
|
|
*
ospf6d: add `no` forms for interface commands
Quentin Young
2017-08-22
1
-21
/
+87
*
|
Merge pull request #1025 from qlyoung/no-ospf
David Lamparter
2017-08-22
1
-6
/
+7
|
\
|
|
*
ospfd, ospf6d: cleanup some `no` commands
Quentin Young
2017-08-22
1
-6
/
+7
[next]