mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 14:20:40 +01:00
Rename 'ipaccount' to 'ipa'
This commit is contained in:
parent
2ef674dc40
commit
ff48a78eac
@ -6,7 +6,7 @@ Changes in Shorewall 4.4.17 RC 1
|
||||
|
||||
3) Tighten up the editing of ACCOUNT(...).
|
||||
|
||||
4) Add 'show ipaccount' command.
|
||||
4) Add 'show ipa' command.
|
||||
|
||||
Changes in Shorewall 4.4.17 Beta 3
|
||||
|
||||
|
@ -713,7 +713,7 @@ show_command() {
|
||||
echo
|
||||
[ -f ${VARDIR}/policies ] && cat ${VARDIR}/policies;
|
||||
;;
|
||||
ipaccount)
|
||||
ipa)
|
||||
echo "$g_product $SHOREWALL_VERSION per-IP Accounting at $g_hostname - $(date)"
|
||||
echo
|
||||
[ $# -gt 1 ] && usage 1
|
||||
|
@ -81,7 +81,7 @@ Beta 1
|
||||
|
||||
RC 1
|
||||
|
||||
1) A 'show ipaccount' command has been added to /sbin/shorewall. It
|
||||
1) A 'show ipa' command has been added to /sbin/shorewall. It
|
||||
displays each per-IP accounting table.
|
||||
|
||||
Beta 3
|
||||
|
@ -1363,7 +1363,7 @@ usage() # $1 = exit status
|
||||
echo " show dynamic <zone>"
|
||||
echo " show filters"
|
||||
echo " show ip"
|
||||
echo " show ipaccount"
|
||||
echo " show ipa"
|
||||
echo " show [ -m ] log [<regex>]"
|
||||
echo " show macro <macro>"
|
||||
echo " show macros"
|
||||
|
@ -487,7 +487,7 @@
|
||||
<arg choice="plain"><option>show</option></arg>
|
||||
|
||||
<arg
|
||||
choice="req"><option>actions|classifiers|connections|config|filters|ip|ipaccount|macros|zones</option></arg>
|
||||
choice="req"><option>actions|classifiers|connections|config|filters|ip|ipa|macros|zones</option></arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
<cmdsynopsis>
|
||||
@ -1275,7 +1275,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis role="bold">ipaccount</emphasis></term>
|
||||
<term><emphasis role="bold">ipa</emphasis></term>
|
||||
|
||||
<listitem>
|
||||
<para>Added in Shorewall 4.4.17. Displays the per-IP
|
||||
|
Loading…
Reference in New Issue
Block a user