diff options
author | Wild Kat <wk@users.noreply.github.com> | 2018-04-16 20:40:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 20:40:39 +0200 |
commit | 2e1717ec45d25b818f8ea10a5aa6d84f5d6947fc (patch) | |
tree | 3fc545ba2c256a98bdb04ec5946aafa122b27926 /lib/oxidized/model/cumulus.rb | |
parent | 140954f78e50bed1aaf3f8fd42f849e3892e55c0 (diff) | |
parent | b29550ce0cfaf6192652747d340da2dc777ac22b (diff) |
Merge branch 'master' into refactor-slackdiff
Diffstat (limited to 'lib/oxidized/model/cumulus.rb')
-rw-r--r-- | lib/oxidized/model/cumulus.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/model/cumulus.rb b/lib/oxidized/model/cumulus.rb index 20acb8a..09f3955 100644 --- a/lib/oxidized/model/cumulus.rb +++ b/lib/oxidized/model/cumulus.rb @@ -68,7 +68,7 @@ class Cumulus < Oxidized::Model cfg += add_comment 'TRAFFIC' cfg += cmd 'cat /etc/cumulus/datapath/traffic.conf' - + cfg += add_comment 'ACL' cfg += cmd 'iptables -L -n' |