There was an error while loading. Please reload this page.
2 parents a0f28b7 + 59dfd78 commit 3a42a58Copy full SHA for 3a42a58
2 files changed
debian/compat
@@ -1 +1 @@
1
-9
+12
src/completion/list_interfaces/list_interfaces.ml
@@ -68,7 +68,7 @@ let filter_from_type it =
68
| _ -> Some (filter_from_prefix pre)
69
70
let filter_broadcast s =
71
- let pattern = {|^(bond|br|tun|vtun|eth|gnv|peth|macsec|vxlan|wwan|wlan)(.*)$|}
+ let pattern = {|^(bond|br|tun|vtun|eth|gnv|peth|macsec|veth|vxlan|wwan|wlan)(.*)$|}
72
in
73
try
74
let _ = Pcre2.exec ~pat:pattern s in
0 commit comments