Skip to content

Commit

Permalink
typo: remoite to remote
Browse files Browse the repository at this point in the history
Proof reading
  • Loading branch information
vjardin committed Feb 20, 2025
1 parent b49fc0c commit 806c5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtp_vrf_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ gtp_config_write(vty_t *vty)
if (__test_bit(IP_VRF_FL_DECAP_DOT1Q_BIT, &vrf->flags))
vty_out(vty, " decapsulation dot1q %d%s", vrf->decap_vlan_id, VTY_NEWLINE);
if (__test_bit(IP_VRF_FL_IPIP_BIT, &vrf->flags))
vty_out(vty, " encapsulation ipip local %u.%u.%u.%u remote %u.%u.%u.%u%s"
vty_out(vty, " encapsulation ipip local %u.%u.%u.%u remoite %u.%u.%u.%u%s"
, NIPQUAD(vrf->iptnl.local_addr)
, NIPQUAD(vrf->iptnl.remote_addr)
, VTY_NEWLINE);
Expand Down

0 comments on commit 806c5fd

Please sign in to comment.