www: Changed enpointconfiguration table
I saw that in the endpointconfiguration.php you relay a lot on an order of parameters. In other words the following line will be displayed correctly: CONFIG_PORT01_PARAMS="name=wri1,proto=raw,tx=224295,rx=225959,role=slave,fiber=0" but not when I swap an order of parameters: CONFIG_PORT01_PARAMS="name=wri1,proto=raw,tx=224295,role=slave,rx=225959,fiber=0" I'm asking you for that because there are three more new parameters that are optional: "ext" (extension) can be one of the following: - WR - use White Rabbit as an extension on this port (default if not present) - none - no extension on this port "dm" (delay mechanism) can be one of the following: - e2e - end to end (default if not present) - p2p - peer to peer "monitor" option to disable ("n") or enable ("y") triggering errors in SNMP on a port; "y" by default NOW: it allows to change the order and dropdown menu in several parameters
Showing
- userspace/rootfs_override/var/www/css/style.css 5 additions, 0 deletionsuserspace/rootfs_override/var/www/css/style.css
- userspace/rootfs_override/var/www/endpointconfiguration.php 10 additions, 5 deletionsuserspace/rootfs_override/var/www/endpointconfiguration.php
- userspace/rootfs_override/var/www/functions.php 112 additions, 1 deletionuserspace/rootfs_override/var/www/functions.php
- userspace/rootfs_override/var/www/js/func.js 22 additions, 4 deletionsuserspace/rootfs_override/var/www/js/func.js
Please register or sign in to comment