FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Aug 31, 2022
    • Robert Franklin's avatar
      v0.15.5 - added 'route-map' support + more · d48da803
      Robert Franklin authored
      route-maps are now handled by the parser and converter
      
      interface / ip[v6] policy route-map commands are now handled by the
      parser and converter
      
      no longer deletes non-existent old ACLs, prefix-lists and track objects
      when creating new ones
      
      error messages from converter methods now show the configuration
      dictionaries when raising the exception
      
      converter get_ext() method now supports wildcard arguments
      
      optimised usage of converter enter() methods to avoid unnecessary
      expansion
      
      removed unnecessary debugging output left in code when not debugging
      v0.15.5
      d48da803
  2. Aug 30, 2022
  3. Aug 25, 2022
  4. Aug 24, 2022
  5. Aug 23, 2022
  6. Jul 28, 2022
    • Robert Franklin's avatar
      v0.15.4 - fixed 'track' and 'ip[v6] route' · 8570f888
      Robert Franklin authored
      these didn't correctly handle the canonicalisation of interface names
      nor if changes were made by modifying the existing entry or adjusting
      some parameters of it (in particular, the 'track' object needs to be
      deleted and created again, if it changes type)
      
      also, the -S option now supports parsing integers and '-' for None
      
      added some additional port names for ACLs (as used in the UDN border
      ACL)
      v0.15.4
      8570f888
    • Robert Franklin's avatar
      ip+ipv6 route commands now handled better · 3f90a04f
      Robert Franklin authored
      canonicalises interface name, if specified in route
      
      will now reconfigure a route, if just changing some aspect (e.g.
      metric) rather than removing and re-adding
      3f90a04f
    • Robert Franklin's avatar
      fix bugs related to 'track' object handling · db98b28e
      Robert Franklin authored
      did not correctly destroy an old track object when changing from one
      type to another (e.g. route to interface) - this is now done, when this
      happens; does not do this when reconfiguring the same type of object
      
      re-applies sub configuration when object is destroyed and recreated
      using triggers (i.e. if a delay is specified, this will be re-added)
      
      did not canonicalise interface name when tracking that, resulting
      potential differences when different casing or abbreviations used
      db98b28e
    • Robert Franklin's avatar
      -S now supports '-' to mean None · 005c121e
      Robert Franklin authored
      also, help text updated
      005c121e
  7. Jul 26, 2022
  8. Jul 25, 2022
  9. Jul 24, 2022
  10. Mar 25, 2022
Loading