Skip to content

Commit

Permalink
Merge pull request #1169 from svinota/remote-iproute-group-fix
Browse files Browse the repository at this point in the history
remote: fix IPRoute groups for RemoteIPRoute

Bug-Url: #1169
  • Loading branch information
svinota authored Feb 9, 2024
2 parents 5c8b1e4 + d67d465 commit c903283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyroute2/remote/iproute.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def __init__(self, *argv, **kwarg):
raise
self.marshal = MarshalRtnl()
self.target = target
self.groups = 67372509

def clone(self):
return type(self)(*self._argv, **self._kwarg)
Expand Down

0 comments on commit c903283

Please sign in to comment.