git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1398 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
435 B
435 B
| 1 | #node | switch | vlan | port | comments | disable |
|---|---|---|---|---|---|---|
| 2 | 40perswitch | |\D+(\d+).*$|switch(($1-1)/40+1)| | |\D+(\d+).*$|(($1-1)%40+1)| | |||
| 3 | 41perswitch | |\D+(\d+).*$|switch(($1-1)/41+1)| | |\D+(\d+).*$|(($1-1)%41+1)| | |||
| 4 | 42perswitch | |\D+(\d+).*$|switch(($1-1)/42+1)| | |\D+(\d+).*$|(($1-1)%42+1)| | |||
| 5 | 20perswitch | |\D+(\d+).*$|switch(($1-1)/20+1)| | |\D+(\d+).*$|(($1-1)%20+1)| | |||
| 6 | 21perswitch | |\D+(\d+).*$|switch(($1-1)/21+1)| | |\D+(\d+).*$|(($1-1)%21+1)| |