So, every now and then on a PR I need to rebase and fix things so I can retest etc. – I always forget this so blogging it to remember. Scenario: I have a diff on origin/master on my forked repo and I need a rebase from upstream/master (where I forked from). Process: Github recommends [ View Post… ]
GitHub + Rebasing from upstream/master to origin/master
IPv6 Tacacs+ Support (tac_plus)
Recently @ Facebook we found that we required IPv6 access to TACACS for auth (AAA) for the majority of our production Network Equipment. Tacacs+ (tac_plus) is an old daemon released by Cisco in the late 90s. It still works (even at our scale) and the config was doing what we required, so it was decided that we [ View Post… ]