- Add proto oneof support for Yang
- Configure the standard netconf port in the docker compose file
- bug fix

Change-Id: Ie7131b38642a89f249dd65f1c9e46047dfdc67ff
diff --git a/compose/docker-compose-system-test.yml b/compose/docker-compose-system-test.yml
index c6038cb..3689dc9 100644
--- a/compose/docker-compose-system-test.yml
+++ b/compose/docker-compose-system-test.yml
@@ -214,6 +214,7 @@
   #
   netconf:
     image: cord/netconf
+    privileged: true
     command: [
       "/netconf/netconf/main.py",
       "-v",
@@ -224,7 +225,7 @@
       "-v"
     ]
     ports:
-    - "1830:1830"
+    - "830:1830"
     depends_on:
     - consul
     - voltha