mirror of https://github.com/vishvananda/netlink
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