forked from Mirror/frr

- frr.version snap command will now show the contents of extra_version_info.txt in addition to the zebra --version output Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
7 lines
93 B
Bash
7 lines
93 B
Bash
#!/bin/sh
|
|
|
|
$SNAP/sbin/zebra --version
|
|
$SNAP/bin/cat $SNAP/doc/extra_version_info.txt
|
|
|
|
exit 0
|