diff options
author | Sunil Nimmagadda <sunil@nimmagadda.net> | 2022-12-07 13:35:25 +0530 |
---|---|---|
committer | Sunil Nimmagadda <sunil@nimmagadda.net> | 2022-12-07 13:35:25 +0530 |
commit | a9f5db10c9916e2fccb2582ed65299335a5ce469 (patch) | |
tree | 4ff1f18766469a4796e4b3c45251e887d14f72f8 /src/lib.rs | |
parent | b6bd0067c14ca0bbac2cf430a8030ee9480e6a66 (diff) |
Module to parse(unimplemented) VRRPv2 packet.
Define a struct and its related enums.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..ae2ba80 --- /dev/null +++ b/src/lib.rs @@ -0,0 +1 @@ +pub mod vrrpv2; |