[VOL-5536] - VGC recent fixes
Change-Id: Id6f0e647b37baac827230afbb45d132df8a62b68
Signed-off-by: Sridhar Ravindra <sridhar.ravindra@radisys.com>
diff --git a/internal/pkg/intf/appif.go b/internal/pkg/intf/appif.go
index 91a9f8a..e03fd50 100644
--- a/internal/pkg/intf/appif.go
+++ b/internal/pkg/intf/appif.go
@@ -26,7 +26,7 @@
PortDelInd(context.Context, string, string)
PortUpdateInd(string, string, uint32)
PacketInInd(context.Context, string, string, []byte)
- PortUpInd(context.Context, string, string)
+ PortUpInd(context.Context, string, string, bool)
PortDownInd(context.Context, string, string)
AddDevice(context.Context, string, string, string)
DeviceUpInd(string)
@@ -35,6 +35,7 @@
SetRebootFlag(bool)
ProcessFlowModResultIndication(context.Context, FlowStatus)
CheckAndDeactivateService(context.Context, *of.VoltSubFlow, string, string)
+ GetAllFlowsForSvc(context.Context, *of.VoltSubFlow, string, string) []uint64
DeviceRebootInd(context.Context, string, string, string)
DeviceDisableInd(context.Context, string)
UpdateMvlanProfilesForDevice(context.Context, string)