Skip to content

Instantly share code, notes, and snippets.

View kskmori's full-sized avatar

Keisuke MORI kskmori

View GitHub Profile
@kskmori
kskmori / testipv6-pr1109.sh
Created March 1, 2018 06:27
quick test script for resource-agents PR1109
#!/bin/sh
# quick test script for resource-agents PR1109
# https://github.com/ClusterLabs/resource-agents/pull/1109
# specify RA path for testing
#RA=./IPaddr2.org
#RA=./IPaddr2.PR1109
RA=./IPaddr2.iproute
@kskmori
kskmori / PR320-IPaddr2-reproduce.sh
Created June 18, 2014 03:29
Script to reproduce IPaddr2 issue regarding to resource-agents PR#320
#!/bin/sh
export OCF_ROOT=/usr/lib/ocf
export OCF_RESKEY_ip=192.168.100.251
export OCF_RESKEY_netmask=24
export OCF_RESKEY_nic=eth0
LOGDIR=/tmp/netdev
LOG=$LOGDIR/ipaddr2.log