Skip to content

Commit eab52ee

Browse files
Noah-Wagneraboch
authored andcommitted
Add XfrmPolicyGet to unspecified operations
1 parent b4d07e8 commit eab52ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlink_unspecified.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ func XfrmPolicyList(family int) ([]XfrmPolicy, error) {
224224
return nil, ErrNotImplemented
225225
}
226226

227+
func XfrmPolicyGet(policy *XfrmPolicy) (*XfrmPolicy, error) {
228+
return nil, ErrNotImplemented
229+
}
230+
227231
func XfrmStateAdd(policy *XfrmState) error {
228232
return ErrNotImplemented
229233
}

0 commit comments

Comments
 (0)