From af37030a0157f4620b952e973e71e5121d42b753 Mon Sep 17 00:00:00 2001 From: Nicolai Brogaard Date: Fri, 12 Oct 2018 00:44:09 +0200 Subject: [PATCH] fixed new area codes for game networks --- playbooks/deployment/cdpDerp.yml | 6 +++--- templates/gameservers/bird.conf | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/playbooks/deployment/cdpDerp.yml b/playbooks/deployment/cdpDerp.yml index ca5be9a..38902dc 100644 --- a/playbooks/deployment/cdpDerp.yml +++ b/playbooks/deployment/cdpDerp.yml @@ -9,9 +9,9 @@ gameservers_per_host: 16 netid_maskbit: 28 ospf_area: - "101": 53 - "102": 56 - "103": 57 + "101": 51 + "102": 52 + "103": 53 tasks: - name: listen for cdp shell: timeout 60 tcpdump -nn -v -i eth0 -s 1500 -c 1 'ether[20:2] == 0x2000'|awk 'match($0, /GigabitEthernet1\/([0-9]{1,2})/,a){print a[1]}' diff --git a/templates/gameservers/bird.conf b/templates/gameservers/bird.conf index a9fba47..8b092de 100644 --- a/templates/gameservers/bird.conf +++ b/templates/gameservers/bird.conf @@ -33,6 +33,7 @@ protocol device { } log syslog all; +timeformat protocol iso long; protocol ospf{ area {{ ospf_area[""+rackskab] }} {