mirror of
https://github.com/vishvananda/netlink
synced 2025-02-06 15:24:21 +00:00
Add XfrmPolicyGet to unspecified operations
This commit is contained in:
parent
b4d07e8343
commit
eab52eee5a
@ -224,6 +224,10 @@ func XfrmPolicyList(family int) ([]XfrmPolicy, error) {
|
||||
return nil, ErrNotImplemented
|
||||
}
|
||||
|
||||
func XfrmPolicyGet(policy *XfrmPolicy) (*XfrmPolicy, error) {
|
||||
return nil, ErrNotImplemented
|
||||
}
|
||||
|
||||
func XfrmStateAdd(policy *XfrmState) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user