]> git.ipfire.org Git - people/ms/strongswan.git/commit
* guest#running?
authorTobias Brunner <tobias@strongswan.org>
Wed, 27 Aug 2008 07:35:20 +0000 (07:35 -0000)
committerTobias Brunner <tobias@strongswan.org>
Wed, 27 Aug 2008 07:35:20 +0000 (07:35 -0000)
commitca4f63383c8940660bed6ec69069bd9923a02227
tree70e56b7ed07f20e99368a94ebdfe23992957079e
parent9f9d6ece398c6b1dedd6fadedca5f876d170c793
 * guest#running?
 * guest?, iface? (also Guest.include? resp. guest.include?)
 * easy accessors for guests and ifaces (Guest.sun instead of Guest["sun"] and guest.eth0 instead of guest["eth0"])
 * if a block is given for iface#add or iface#del then the change is only temporary while executing the block and gets reverted afterwards
src/dumm/Makefile.am
src/dumm/ext/dumm.c
src/dumm/ext/lib/dumm.rb [new file with mode: 0644]
src/dumm/ext/lib/dumm/guest.rb [new file with mode: 0644]
src/dumm/guest.c