Skip to content

Commit

Permalink
fixed new area codes for game networks
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbro committed Oct 11, 2018
1 parent 2ebd53a commit af37030
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playbooks/deployment/cdpDerp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]}'
Expand Down
1 change: 1 addition & 0 deletions templates/gameservers/bird.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ protocol device {
}

log syslog all;
timeformat protocol iso long;

protocol ospf{
area {{ ospf_area[""+rackskab] }} {
Expand Down

0 comments on commit af37030

Please sign in to comment.