Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
meta-phosphor
/
9a61dc99aa3f78c39ca38c0d80ad8086ac39bca7
/
.
/
recipes-phosphor
/
ipmi
/
phosphor-ipmi-net
/
ipmi-net-firewall.sh
blob: ca32f985a4ec982e148996d71169e6c5a659d183 [
file
] [
log
] [
blame
]
#!/bin/sh
if
[
-
f $IPTABLESRULE
];
then
iptables
-
restore
<
$IPTABLESRULE
fi