Skip to content
Snippets Groups Projects
Select Git revision
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
40 results

docs

  • Clone with SSH
  • Clone with HTTPS
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    user avatar
    Matthias Schiffer authored
    In addition to significant internal differences in check_site_lib.lua (in
    particular unifying error handling to a single place for the upcoming
    multi-domain support), this changes the way fields are addressed in site
    check scripts: rather than providing a string like 'next_node.ip6', the
    path is passed as an array {'next_node', 'ip6'}.
    
    Other changes in site check scripts:
    * need_array and need_table now pass the full path to the sub fields to the
    subcheck instead of the key and value
    * Any check referring to a field inside a table implies that all higher
    levels must be tables if they exist: a check for {'next_node', 'ip6'} adds
    an implicit (optional) check for {'next_node'}, which allows to remove many
    explicit checks for such tables
    7ccdacd2
    History
    Name Last commit Last update
    ..