Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 3a42a58

Browse files
authored
Merge pull request #44 from vyos/veth-broadcast
T7899: virtual-ethernet interfaces support broadcasts
2 parents a0f28b7 + 59dfd78 commit 3a42a58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9
1+
12

src/completion/list_interfaces/list_interfaces.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ let filter_from_type it =
6868
| _ -> Some (filter_from_prefix pre)
6969

7070
let filter_broadcast s =
71-
let pattern = {|^(bond|br|tun|vtun|eth|gnv|peth|macsec|vxlan|wwan|wlan)(.*)$|}
71+
let pattern = {|^(bond|br|tun|vtun|eth|gnv|peth|macsec|veth|vxlan|wwan|wlan)(.*)$|}
7272
in
7373
try
7474
let _ = Pcre2.exec ~pat:pattern s in

0 commit comments

Comments
 (0)