Skip to content

Commit

Permalink
Merge pull request #10563 from FRRouting/mergify/bp/stable/8.1/pr-10552
Browse files Browse the repository at this point in the history
tools: fix frr-reload context keywords (backport #10552)
  • Loading branch information
ton31337 committed Feb 11, 2022
2 parents 2209692 + dcbc67a commit 1794094
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/frr-reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,9 +544,11 @@ def load_contexts(self):
"address-family ": {
"vni ": {},
},
"vnc ": {},
"vnc defaults": {},
"vnc nve-group ": {},
"vnc l2-group ": {},
"vrf-policy ": {},
"bmp ": {},
"bmp targets ": {},
"segment-routing srv6": {},
},
"router rip": {},
Expand Down

0 comments on commit 1794094

Please sign in to comment.