Update RestrictionMode enum and config file terms

Update the terminology of the RestrictionMode interface enumeration as
well as other language used in configuration file.  Also update
terminology used in Bond interface configuration file.

Change-Id: I8a1e299c5644220c5190948b0621df26179c98c4
Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
diff --git a/yaml/xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml b/yaml/xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml
index 98e7589..1bf5f55 100644
--- a/yaml/xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml
@@ -15,19 +15,19 @@
           - name: None
             description: >
                 No restriction.
-          - name: Whitelist
+          - name: Allowlist
             description: >
-                Allow, only if in the whitelist.
-          - name: Blacklist
+                Allow, only if in the allowlist.
+          - name: Blocklist
             description: >
-                Prevent, if in the blacklist.
+                Prevent, if in the blocklist.
           - name: Provisioning
             description: >
                 Indicate that system is in provisioning mode and all commands
                 are allowed in system interface in both pre and post BIOS boot.
-          - name: ProvisionedHostWhitelist
+          - name: ProvisionedHostAllowlist
             description: >
-                Commands in the whitelist will only be executed through system
+                Commands in the allowlist will only be executed through system
                 interface after BIOS POST complete. All KCS commands are
                 supported before POST complete.
           - name: ProvisionedHostDisabled
diff --git a/yaml/xyz/openbmc_project/Network/Experimental/Bond.interface.yaml b/yaml/xyz/openbmc_project/Network/Experimental/Bond.interface.yaml
index 98d05c0..f24548f 100644
--- a/yaml/xyz/openbmc_project/Network/Experimental/Bond.interface.yaml
+++ b/yaml/xyz/openbmc_project/Network/Experimental/Bond.interface.yaml
@@ -21,7 +21,7 @@
     - name: TransmitHashPolicy
       type: enum[self.HashPolicy]
       description:
-          Selects the transmit hash policy to use for slave selection in
+          Selects the transmit hash policy to use for target selection in
           balance-xor, 802.3ad, and tlb modes.
       default: Layer2
 
@@ -33,30 +33,30 @@
           - name: RoundRobin
             description: >
                 It is the default mode,in this mode system transmits packets in
-                sequential order from the first available slave through the
+                sequential order from the first available target through the
                 last.
           - name: ActiveBackup
             description: >
-                In this mode, only one slave in the bond is active. The other
-                one will become active, only when the active slave fails.
+                In this mode, only one target in the bond is active. The other
+                one will become active, only when the active target fails.
           - name: XOR
             description: >
                 Transmit based on selectable hashing algorithm. The default
                 policy is a simple source+destination MAC address algorithm.
           - name: Broadcast
             description: >
-                Transmits everything on all slave interfaces.
+                Transmits everything on all target interfaces.
           - name: Dynamic
             description: >
                 IEEE 802.3ad Dynamic link aggregation.
           - name: TLB
             description: >
                 The outgoing traffic is distributed according to the current
-                load on each slave.
+                load on each target.
           - name: ALB
             description: >
                 Incoming/outgoing traffic is distributed according to the
-                current load on each slave.
+                current load on each target.
 
     - name: HashPolicy
       description: >