index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospf6d: kill ospf6_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-0
/
+1
*
Merge pull request #8121 from opensourcerouting/macro-cleanup
Donatas Abraitis
2021-03-22
1
-3
/
+3
|
\
|
*
*: require semicolon after DEFINE_QOBJ & co.
David Lamparter
2021-03-17
1
-1
/
+1
|
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-1
/
+1
|
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
|
ospf6d: remove interface prefix when area is removed
ckishimo
2021-03-17
1
-1
/
+7
|
/
*
ospf6d: fix setting NOAUTOCOST flag
Emanuele Di Pascale
2021-03-03
1
-2
/
+1
*
Merge pull request #8051 from volta-networks/fix_ospf6_hello_lo
Russ White
2021-02-16
1
-2
/
+5
|
\
|
*
ospf6d: Don't send hellos on loopback interface
lynne
2021-02-10
1
-2
/
+5
*
|
ospf6d: Json support added for command "show ipv6 ospf6 interface prefix [json]"
Yash Ranjan
2021-01-27
1
-6
/
+10
*
|
ospf6d: Json support added for command "show ipv6 ospf6 route [json]"
Yash Ranjan
2021-01-27
1
-3
/
+3
*
|
ospf6d: Track wait_timer and disable when needed
Donald Sharp
2021-01-26
1
-1
/
+3
|
/
*
ospf6d: Link LSA is not updated when router priority is modified
Mobashshera Rasool
2020-12-14
1
-0
/
+1
*
ospf6: get instance from route table scope
Igor Ryzhov
2020-11-30
1
-3
/
+3
*
Merge pull request #7454 from ranjanyash54/dev_8
Donald Sharp
2020-11-19
1
-33
/
+132
|
\
|
*
ospf6d: Json support added for command "show ipv6 ospf6 interface traffic [js...
github login name
2020-11-16
1
-33
/
+133
*
|
ospf6d: Json support added for command "show ipv6 ospf6 interface [json]"
github login name
2020-11-17
1
-85
/
+270
|
/
*
ospf6d: Json support added for command "show ipv6 ospf6 neighbor [json]"
github login name
2020-11-05
1
-1
/
+1
*
Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6
Rafael Zalamena
2020-11-03
1
-9
/
+19
|
\
|
*
ospf6d : Transformation changes for ospf6 vrf support.
harios_niral
2020-10-31
1
-9
/
+19
*
|
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-8
/
+5
|
/
*
ospf6d, tests: Prevent use after free
Donald Sharp
2020-10-11
1
-3
/
+3
*
ospf6d: Move header includes around to reflect reality
Donald Sharp
2020-10-09
1
-1
/
+1
*
ospf6d: fix SA warning
Mark Stapp
2020-09-03
1
-1
/
+4
*
ospf6d : Preparing for ospf6d VRF support.
Kaushik
2020-09-01
1
-5
/
+6
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-4
/
+2
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: move CLI parent data to cmd_node->parent_node
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-1
/
+3
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-1
/
+3
*
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+1
*
Merge pull request #5009 from donaldsharp/interface_deletion
Russ White
2019-09-30
1
-0
/
+54
|
\
|
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-0
/
+8
|
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-0
/
+9
|
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
1
-0
/
+9
|
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
1
-0
/
+6
|
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+22
*
|
ospf6d: track explicit interface type config
David Lamparter
2019-09-17
1
-18
/
+32
*
|
ospf6d: fix mistaken if_is_* instead of oi->type
David Lamparter
2019-09-17
1
-2
/
+1
*
|
ospf6d: interface state needs update even w/o area
David Lamparter
2019-09-17
1
-2
/
+0
|
/
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-7
/
+4
*
*: change if_lookup_by_name() api with vrf
Philippe Guibert
2019-06-12
1
-4
/
+7
*
*: remove casts of XMALLOC / XCALLOC
Quentin Young
2019-02-26
1
-2
/
+1
*
ospf6d: upon interface deletion, the area if list may be updated
Philippe Guibert
2019-02-14
1
-0
/
+3
*
ospf6d: fix FreeBSD IPv6 multicast group join race
Rafael Zalamena
2019-01-26
1
-0
/
+16
*
ospf6d: keep track of the socket set thread
Rafael Zalamena
2019-01-23
1
-2
/
+15
*
ospf6d: don't queue interface events
Rafael Zalamena
2019-01-23
1
-8
/
+8
*
ospf6d: fix two "show" commands
Renato Westphal
2018-10-20
1
-2
/
+12
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-1
/
+1
[next]