Issues with channel setup on a repeater

I have a TP-Link RE450 repeater that I want to use to extend the range of my network. To set up the repeater I followed this guide: https://openwrt.org/docs/user-guide/wifi/relay_configuration

However, it only works on non-DFS channels. Whenever I try to set up the RE450 to bridge/relay a network that is running on a DFS channels the relay network refuses to start broadcasting. Here's the syslog from when I tried to make it run on channel 112:

And the corresponding wireless configuration:

When I try to run it on channel 36 (non-DFS) everything works. Here's the syslog:

And the wireless config:

I have a feeling this has something to do with my problem:

Mon Feb 19 10:05:28 2018 daemon.notice hostapd: wlan0-1: DFS-PRE-CAC-EXPIRED freq=5500 ht_enabled=0 chan_offset=0 chan_width=0 cf1=5500 cf2=0
Mon Feb 19 10:05:28 2018 daemon.notice hostapd: wlan0-1: DFS-PRE-CAC-EXPIRED freq=5520 ht_enabled=0 chan_offset=0 chan_width=0 cf1=5520 cf2=0
Mon Feb 19 10:05:28 2018 daemon.notice hostapd: wlan0-1: DFS-PRE-CAC-EXPIRED freq=5540 ht_enabled=0 chan_offset=0 chan_width=0 cf1=5540 cf2=0
Mon Feb 19 10:05:28 2018 daemon.notice hostapd: wlan0-1: DFS-PRE-CAC-EXPIRED freq=5560 ht_enabled=0 chan_offset=0 chan_width=0 cf1=5560 cf2=0

Shortly afterwards it's followed by this message:

Mon Feb 19 10:05:29 2018 daemon.err hostapd: Failed to set beacon parameters

Does anybody know what these messages mean? I can't find much documentation on "DFS-PRE-CAC-EXPIRED".

Correct. DFS has to be enabled in order to use DFS restricted channels.

I would not recommend it.

I think DFS is enabled because the syslog from my try with channel 112 shows this:

Mon Feb 19 10:05:26 2018 daemon.notice hostapd: wlan0-1: interface state DFS->ENABLED

Search the wiki for DFS.

There's nothing specifically about my issue as far as I can see. I'm fairly certain this is some sort of bug and not a configuration issue on my part, although I could be missing something. At this point it doesn't matter that much because I've decided to stick with the non-DFS channels.

Should I just go ahead and report this as a bug?

EDIT: reported as a bug.