Skip to content

Commit

Permalink
Replace master with promary in comments (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag6 authored Aug 24, 2021
1 parent 3c8d789 commit a0dc6f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion forch/radius.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def parse(cls, attributes_data):
@classmethod
def merge_concat_attributes(cls, attributes, attributes_to_concat):
"""
Removes concat attributes for attributes list, and inserts a single new master attribute
Removes concat attributes for attributes list, and inserts a single new primary attribute
for all concat attributes of the same type (e.g. EAPMessage, EAPMessage, = 1 EAPMessage)
Args:
attributes (list):
Expand Down
2 changes: 1 addition & 1 deletion proto/shared_constants.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ message State {
// initializing: in intialization after start
initializing = 7;

// split: controller master but can not reach peer controller
// split: controller primary but can not reach peer controller
split = 8;

// up: up but not in function
Expand Down
2 changes: 1 addition & 1 deletion public/protos.hash
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ de40904bfd80b5063478058caecc1ffa0ee6ebe3 proto/forch_configuration.proto
83e8f50c6a8b53bc2c65d98c5b0f2fe45ad6adbc proto/network_metric_state.proto
db4d1bf4d1b4ac1a575853833ecbd9571d784203 proto/path_node.proto
255a8c039f0487faa2632df22efff854285c6297 proto/process_state.proto
f3c31d93d78223bb3b05a86a92ecaa5563d56693 proto/shared_constants.proto
36ab66f7c688822694a9abb0fb1588e6f5bd0f3f proto/shared_constants.proto
f2907589bfb18d4b1622b9d658899c11b56d3b86 proto/switch_state.proto
989e22bfd0863f9171eebc728658c6926ce420ef proto/system_state.proto
2 changes: 1 addition & 1 deletion public/protos.html
Original file line number Diff line number Diff line change
Expand Up @@ -6004,7 +6004,7 @@ <h3 id="State.State">State.State</h3>
<tr>
<td>split</td>
<td>8</td>
<td><p>split: controller master but can not reach peer controller</p></td>
<td><p>split: controller primary but can not reach peer controller</p></td>
</tr>

<tr>
Expand Down

0 comments on commit a0dc6f8

Please sign in to comment.