Update git submodules

* Update networking-generic-switch from branch 'master'
  to d7440ad6c302a8b90dceb6ad1ea9abd68fd85d22
  - Merge "config: Ignore unknown options starting with ngs_"
  - config: Ignore unknown options starting with ngs_
    
    Currently, all unknown configuration options are passed to Netmiko.  This
    allows to pass Netmiko-specific options easily from the NGS configuration.
    However, if Netmiko does not recognize an option, it crashes with an error
    such as: `__init__() got an unexpected keyword argument 'ngs_foo'`
    
    We now ignore any option that starts with `ngs_` to help with
    compatibility (old NGS with new config) and we print a warning instead of
    crashing.
    
    To give more context in this warning, we now pass the device name (as
    specified in the configuration) to the device class itself.
    
    Change-Id: Ife4e15d2c0462337b0a88a83a3ea0aef6fb78a41
This commit is contained in:
Zuul 2023-03-14 19:04:14 +00:00 committed by Gerrit Code Review
parent 58c5e07356
commit 9aefdef7ed
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit afe071312b7fbb92baae12f9eac2c9c5967a5ff6
Subproject commit d7440ad6c302a8b90dceb6ad1ea9abd68fd85d22