J vanBemmel
J vanBemmel
I would prefer a new top level construct, "pki:" perhaps. Default should be to generate a new root CA for the lab, the user may specify a specific one to...
For IPv6 libtins now does look at the interface: https://github.com/mfontanini/libtins/commit/a619e4ff98ccb9d0a68d86ad1e01dfa67794b60c#diff-b23b9d060c719b60ce59dccae8ef233bf13ae3b2cedfa7610b0f202b5a9e39b5
To pick an interface, use send_l2: https://github.com/mfontanini/libtins/blob/master/src/packet_sender.cpp#L359 send_l3 means you let the OS pick an interface based on its routing table
irsim builds ok, had to remove docker installed by 'snap' and replace with regular install to make X11 socket passing work
I suspect it could be fixed here: https://github.com/stefandevai/textyle/blob/60d1be71699c64097a5cc97243e10fa92bbb83c8/src/utils/tile.js#L3
The given example works unmodified on Ansible 2.12.1: jeroen@jvm:~$ ansible-playbook -i hosts.yml prova.yml -vvv ansible-playbook [core 2.12.1] config file = /home/jeroen/ansible.cfg configured module search path = ['/home/jeroen/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python...
I would still like to be able to disable this through configuration. When building automated topologies with several simple linux host containers, I prefer them to be cleaned up like...
I made a start here: https://github.com/jbemmel/netbox-qrprovision/blob/master/develop/qrdecode.js I agree that it's different from what the current plugin does, but there are customers asking for this kind of functionality. The product code...
 The idea would be to make this multi-vendor: Based on the company id, lookup a plugin to handle the conversion into the Netbox data model. In this case (for...
Yes, the logic to peer using control IP is already there, only system IP is currently preferred. Default route is 0.0.0.0/0 next-hop { control_net_gw } On Sat, Mar 10, 2018...