Commit d2799b4e authored by pintar's avatar pintar
Browse files

correction of errors due to yesterday review

parent 9820ff05
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ module Interface_configuration {
 	 * @desc Collection of different interface types, e.g for IP communications 
 	 */
	type union InterfaceInfo {
	   IpInterfaceList IpInterfaceInfo
	   IpInterfaceInfoList IpInterfaceInfo
	}
	
	/**
@@ -90,8 +90,8 @@ module Interface_configuration {
			monitorInterfaces := {
				{
					interfaceName := "Gm",
					interface := {
						IpInterface := {
					interfaceInfo := {
						IpInterfaceInfo := {
							{
								domainName := "pcscf.testingtech.com",
								IpAddress := "127.0.0.1",
@@ -102,8 +102,8 @@ module Interface_configuration {
				},
				{
					interfaceName := "Mw",
					interface := {
						IpInterface := {
					interfaceInfo:= {
						IpInterfaceInfo := {
							{
								domainName := "icscf.testingtech.com",
								IpAddress := "127.0.0.1",
@@ -124,8 +124,8 @@ module Interface_configuration {
			monitorInterfaces := {
				{
					interfaceName := "Gm",
					interface := {
						IpInterface := {
					interfaceInfo := {
						IpInterfaceInfo := {
							{
								domainName := omit,
								IpAddress := "127.0.0.1",