Skip to content

Commit d1c8309

Browse files
authored
Merge pull request #322 from christoph-heiss/nlpacket/wg
nlpacket: recognize 'wireguard' as valid IFLA_INFO_KIND value
2 parents 9d46313 + 1d33a0c commit d1c8309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ifupdown2/nlmanager/nlpacket.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,8 +2966,8 @@ def encode(self):
29662966
"ip6ip6",
29672967
"ipip6",
29682968
"xfrm",
2969-
"openvswitch"
2970-
2969+
"openvswitch",
2970+
"wireguard"
29712971
):
29722972
self.log.debug('Unsupported IFLA_INFO_KIND %s' % kind)
29732973
return

0 commit comments

Comments
 (0)