1 2 3 4 5 6 7 8 9 10 11 12 13
<?xml version="1.0"?> <interfaceDefinition> <node name="generate"> <children> <node name="macsec-key"> <properties> <help>Generate MACsec secure channel key</help> </properties> <command>/usr/bin/hexdump -n 16 -e '4/4 "%08x" 1 "\n"' /dev/random</command> </node> </children> </node> </interfaceDefinition>