On 9/23/26 12:03 PM, Ales Musil wrote: > On Tue, Sep 15, 2026 at 11:06 AM Dumitru Ceara via dev < > [email protected]> wrote: > >> OVN's native DNS responder answered every A/AAAA/ANY/PTR query with a >> hardcoded resource-record TTL of 3600 seconds. In dynamic environments >> caching a DNS response for 1h is probably not desirable, in any case >> it's better if the TTL is operator configurable. >> >> Add a per-row "options:ttl" key on the NB DNS table. ovn-northd >> validates the value in sync_dns_entries() and, like the existing >> "ovn-owned" option, propagates it to the SB DNS table. ovn-controller >> reads the option back and uses it when building DNS replies for >> that record. >> >> The default remains 3600 seconds. >> >> Reported-at: https://redhat.atlassian.net/browse/FDP-2956 >> Assisted-by: Qwen3.8-27B-FP8, opencode >> Signed-off-by: Dumitru Ceara <[email protected]> >> --- >
> Looks good to me, thanks. > Acked-by: Ales Musil <[email protected]> > Thanks, Ales, applied to main! Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
