FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Oct 12, 2022
  2. Oct 06, 2022
  3. Oct 03, 2022
    • Robert Franklin's avatar
      v0.15.8 - fix for VRF change with helper-address · 0ec00866
      Robert Franklin authored
      interface VRF changes correct/corrupt 'ip helper-address' commands so
      they are removed, prior to the change, then reinstated afterwards
      
      this update also improves error messages from exceptions in converter
      methods, as well as the trigger() method calls
      v0.15.8
      0ec00866
    • Robert Franklin's avatar
      trigger() method now only takes new, *args · f04fbcbe
      Robert Franklin authored
      trigger() is only called when a converter is called is triggered
      explicitly by another converter but not because of other changes, so
      there will be no change - as such, only the old/new configuration is
      required and these will be the same, so only 'new' is supplied
      f04fbcbe
    • Robert Franklin's avatar
      errors from converter messages print changes · ffaecdeb
      Robert Franklin authored
      these now print out the old/remove/update/new arguments to help debug
      why the crash is happening; previously these would only be printed if a
      suitable debugging level is enabled
      ffaecdeb
  4. Sep 30, 2022
  5. Sep 09, 2022
  6. Sep 05, 2022
  7. Sep 02, 2022
  8. 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
  9. Aug 30, 2022
Loading