You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to fetch packets and bytes count for ipsec policies created in vpp for which i tried to browse govpp api's for the same.
i found one api where it is commented regarding packets and bytes but structure doesn't support that.
// IPsec policy database response
//
// €param entry - The SPD entry.
// - bytes - byte count of packets matching this policy
// - packets - count of packets matching this policy
//
// IpsecSpdDetails defines message 'ipsec_spd_details'.
type IpsecSpdDetails struct {
Entry ipsec_types.IpsecSpdEntry `binapi:"ipsec_spd_entry,name=entry" json:"entry,omitempty"`
}
Is there any other way i can fetch above packets/bytes details through govpp api's?
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am trying to fetch packets and bytes count for ipsec policies created in vpp for which i tried to browse govpp api's for the same.
i found one api where it is commented regarding packets and bytes but structure doesn't support that.
Is there any other way i can fetch above packets/bytes details through govpp api's?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions