Paul Wekesa

Results 5 issues of Paul Wekesa

Expected output for running tests on `pnet_macros/tests/compile-fail/length_expr_parentheses.rs` has been fixed Changed `pnet_macros/tests/compile-fail/length_expr_parentheses.stderr` Rustc Version: `rustc 1.76.0`

Currently running tests from `holo-cli` on the `vrrp` branch. Running the command ```sh virtual-ipv4-addresses virtual-ipv4-address 192.168.100.10 ``` Is expected to call the [create_apply callback for virtual_ipv4_address::PATH](https://github.com/holo-routing/holo/blob/7c87e3bcfe57c4adf4dfa1c589e9a4d141557c41/holo-vrrp/src/northbound/configuration.rs#L120). However, this behavior is...

bug

skew_time: - Was not initially sent as part of state data, this has been changed. State retrieval being done in milliseconds. master_down_interval: - Changed calculation from u32 to f32 for...

- Remove fields on ipv4 header struct that can be manually generated. - Adjust unit tests accordingly