Skip to content

Commit 9b609fc

Browse files
committed
update protocols list from cli
1 parent 9ba71f6 commit 9b609fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oryx-tui/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub fn cli() -> Command {
5454
.value_delimiter(',')
5555
.num_args(1..)
5656
.default_value("all")
57-
.value_parser(["ipv4", "ipv6", "icmp", "all"]),
57+
.value_parser(["ipv4", "ipv6", "icmpv4", "icmpv6", "igmp", "all"]),
5858
)
5959
.arg(
6060
arg!(--link <link>)

0 commit comments

Comments
 (0)