| Line | |
|---|
| 1 | Command Incompatibilities |
|---|
| 2 | ========================= |
|---|
| 3 | |
|---|
| 4 | Known incompatibilities with various commands on various distributions, and |
|---|
| 5 | the workarounds we use. |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | brctl |
|---|
| 9 | ----- |
|---|
| 10 | |
|---|
| 11 | brctl show <bridge> fails on SLES9 SP2. Workaround is to use brctl show |
|---|
| 12 | without arguments, and grep, though this would be difficult were you to need |
|---|
| 13 | to check for a specific bridge-interface pair, since brctl does not show the |
|---|
| 14 | bridge name on every line. |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | ifup / ifdown |
|---|
| 18 | ------------- |
|---|
| 19 | |
|---|
| 20 | SuSE requires an extra parameter to ifup, which is created by calling getcfg |
|---|
| 21 | appropriately. See xen-network-common.sh for details. |
|---|
| 22 | |
|---|
| 23 | Gentoo doesn't have ifup/ifdown; appropriate alternatives are defined in |
|---|
| 24 | xen-network-common.sh. |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | ip |
|---|
| 28 | -- |
|---|
| 29 | |
|---|
| 30 | Newer ip commands (from iproute2) do not accept the abbreviated syntax "ip r a |
|---|
| 31 | ..." etc. "ip route add ..." must be used instead. |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | sed |
|---|
| 35 | --- |
|---|
| 36 | |
|---|
| 37 | \s is not supported in regexps on Debian etch (sed 4.1.2), Ubuntu 4.10. We |
|---|
| 38 | hand-craft character classes instead. |
|---|
Note: See
TracBrowser
for help on using the repository browser.