]> git.proxmox.com Git - pve-common.git/commit - src/PVE/INotify.pm
network parser: iterate deterministically
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 21 Dec 2023 15:30:23 +0000 (16:30 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 3 Jan 2024 11:15:37 +0000 (12:15 +0100)
commitfcc97ec96da813460f73ff928f9ee5843375d744
tree7d2b79cc498fbe12e938bc68b2d98b1611d0111d
parente8c1bbfca212e0f5273945cea5444263aca38e02
network parser: iterate deterministically

makes the behaviour easier to analyze, and also helps when testing since it
allows constructing test cases that trigger certain order of parsing.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/INotify.pm