Update git submodules
authorGuillermo Herrero <guillermo.herrero@enea.com>
Wed, 31 Jan 2018 15:39:02 +0000 (16:39 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 20 Feb 2018 16:45:53 +0000 (16:45 +0000)
commit669005c64062f91f54ff2fbb6f94290b911b760b
tree8bc70e64169091f4acd587b28e027386aa5c613a
parent16d992597db4f0bae8249262e1b86f3dbf44e1db
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - generate_config: Move filters to external library

    Clean and isolate main script logic from custom filters by moving
    all them to a external library file.
    Library has a function to load all the existing filters at once.

    New enhanced IP handling custom filters:
     - ipnet_hostaddr
     - ipnet_hostmin
     - ipnet_hostmax
     - ipnet_broadcast
     - ipnet_netmask
     - ipnet_contains_ip
     - ipnet_contains_iprange
     - ipnet_range_size

    ipnet filters work with proper IP network with prefixlen mask,
    ensuring consistent IP calculations and error handling.

    Previous IP handling filters should be deprecated.

    Change-Id: I83c41d7ad3c6bd1d9df1deca6cc5b9d2481ecf52
Signed-off-by: Guillermo Herrero <guillermo.herrero@enea.com>
docs/submodules/pharos