Skip to content

Commit

Permalink
remote: fix IPRoute groups for RemoteIPRoute
Browse files Browse the repository at this point in the history
So the `RTNL_API.dump()` will work correctly
  • Loading branch information
svinota committed Feb 9, 2024
1 parent 5c8b1e4 commit d67d465
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 d67d465

Please sign in to comment.