VOL-1253 OpenOLT - fix port info in packet-in

Change-Id: I64574d99e5c08f8f541cc35b704f2b154039af64
diff --git a/protos/openolt.proto b/protos/openolt.proto
index ac53e6b..d357334 100644
--- a/protos/openolt.proto
+++ b/protos/openolt.proto
@@ -199,6 +199,7 @@
 }
 
 message PacketIndication {
+    string intf_type = 5;		// nni, pon, unknown
     fixed32 intf_id = 1;
     fixed32 gemport_id = 2;
     fixed32 flow_id = 3;