X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cfg%2Flocalhost.ifq;fp=cfg%2Flocalhost.ifq;h=683ba2d41198b01098ec0511546a34bcba1088d9;hb=c9783d8ea8b85d810483559e50dbf2297109e349;hp=0000000000000000000000000000000000000000;hpb=2f2369dfc58997659b3007b1cea68ad6bfc49a90;p=com%2Fgs-lite.git diff --git a/cfg/localhost.ifq b/cfg/localhost.ifq new file mode 100644 index 0000000..683ba2d --- /dev/null +++ b/cfg/localhost.ifq @@ -0,0 +1,4 @@ +default : Contains[InterfaceType,GDAT] and Equals[Host,'localhost']; +csv : Contains[InterfaceType,CSV] and Equals[Host,'localhost']; +csvtcp : Contains[InterfaceType,CSVTCP] and Equals[Host,'localhost']; +gdat: Contains[InterfaceType,GDAT] and Equals[Host,'localhost']