Nick Hilliard
Nick Hilliard
This was a deliberate implementation choice: https://github.com/inex/IXP-Manager/blob/master/app/Tasks/Yaml/SwitchConfigurationGenerator.php#L97-L100 Probably this should be viewed as a workflow choice with some form of config mechanism to allow / disallow these objects appearing in...
> but surely the automation should decide that from the available data? There are some architectural conflicts going on here, which are difficult to resolve. On the one hand, automation...
this is under internal discussion. it's not especially easy to implement, but it's fairly high on our wish-list.
not yet unfortunately. We've been working on a framework upgrade (doctrine->eloquent) over the last several months. This has a huge change footprint, so for the moment we're staying away from...
Hopefully reasonably soon, but that's a vague answer. @barryo?
yeah, this is a problem which needs a bit of thought. A naive grep also turns up: ``` resources/views/search/additional/ip.foil.php:28 resources/views/search/additional/ip.foil.php:38 resources/views/rs-prefixes/help.foil.php:34 resources/views/rs-prefixes/help.foil.php:79 resources/views/customer/overview-tabs/overview.foil.php:148 resources/views/customer/overview-tabs/overview.foil.php:153 resources/views/customer/overview-tabs/peers/table.foil.php:43 resources/views/peering-manager/tabs/table.foil.php:51 ```
Can you try the following: ``` $ ./artisan update:reset-mysql-views ``` ... then try again?
not quite sure why the existing code isn't working for you. It works fine on FP 4.5.0, e.g.
> I don't know if this helps, but on our syndic when salt-minion is connected to the master on the syndic it goes into a loop with the following error:...
Linking without -lcrypto gives: > Undefined symbols for architecture x86_64: > "_SHA1_Final", referenced from: > _add_mta_hash in docsis.o > "_SHA1_Init", referenced from: > _add_mta_hash in docsis.o > "_SHA1_Update", referenced from:...