Skip to content
Snippets Groups Projects
  1. Aug 10, 2018
  2. Jul 20, 2018
  3. Jul 18, 2018
  4. Apr 17, 2018
  5. Mar 20, 2018
  6. Aug 25, 2017
  7. Aug 23, 2017
  8. Aug 18, 2017
    • Adam Wujek's avatar
      www: fix copy-paste error in endpointmode.php · 77170df3
      Adam Wujek authored
      
      bug was introduced in www: removed current setting
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      77170df3
    • anne munoz's avatar
      www: Changed enpointconfiguration table · 3cec2c32
      anne munoz authored and Adam Wujek's avatar Adam Wujek committed
      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
      3cec2c32
  9. Aug 04, 2017
  10. Aug 03, 2017
  11. Aug 02, 2017