Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| userdoc:tt-dhcpv6-prefix-delegation [2017/06/07 15:19] – [DHCPv6 Client Action Script] abelbeck | userdoc:tt-dhcpv6-prefix-delegation [2017/06/07 15:20] (current) – [DHCPv6 Client Action Script] abelbeck | ||
|---|---|---|---|
| Line 79: | Line 79: | ||
| #!/bin/bash | #!/bin/bash | ||
|    |    | ||
| - |    | + |   case " | 
| - |      | + |     yes) changed=" | 
| - |       yes) changed=" | + |       | 
| - |         | + |       *) changed="" | 
| - |         *) changed="" | + | esac | 
| - | esac | + |   logger -t dhcp6c -p kern.info "IPv6 Prefix$changed: | 
| - |     logger -t dhcp6c -p kern.info "IPv6 Prefix$changed: | + | |
| - | fi | + | |
| ===== Debugging DHCPv6 ===== | ===== Debugging DHCPv6 ===== | ||