[pve-devel] [PATCH proxmox-ve-rs v2 1/1] ve-config: move types to proxmox-network-types
Christoph Heiss
c.heiss at proxmox.com
Wed Apr 2 10:39:03 CEST 2025
Just a quick note:
On Tue Apr 1, 2025 at 3:36 PM CEST, Stefan Hanreich wrote:
[..]
> diff --git a/proxmox-ve-config/src/firewall/types/address.rs b/proxmox-ve-config/src/firewall/types/address.rs
> index 9b73d3d..548b813 100644
> --- a/proxmox-ve-config/src/firewall/types/address.rs
> +++ b/proxmox-ve-config/src/firewall/types/address.rs
[..]
> - assert_eq!(
> - [Ipv6Cidr::new(
> - [0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF],
> - 128
> - )
> - .unwrap(),],
> - range.to_cidrs().as_slice()
> - );
> - }
> }
> +
nit: new blank line at eof, guess just an accidental typo? :^)
Came across it while applying the patch for a quick compile-test.
Applying: ve-config: move types to proxmox-network-types
.git/rebase-apply/patch:1548: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
Just wanted to mention, can easily be fixed up during applying as well.
Definitely not worth a resend in any case, IMO.
More information about the pve-devel
mailing list