diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-04-17 23:29:30 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-05-14 22:12:33 +0300 |
| commit | 638fc64c64d637607554bc4b132dd20e4ff30e1c (patch) | |
| tree | 404d8d44a39cad16420f97d64a932e91726cf96c | |
| parent | a63273a5b48bcae375af39928bafafadc6a31e0c (diff) | |
zebra: Format changes for evpn_mh_neigh_holdtime_cmd
Just to avoid fixing all the time manually this stuff after not relevant
changes.
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
| -rw-r--r-- | zebra/zebra_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_vty.c b/zebra/zebra_vty.c index 8061f34d2b..9d7af3f6c7 100644 --- a/zebra/zebra_vty.c +++ b/zebra/zebra_vty.c @@ -2530,8 +2530,8 @@ DEFPY (evpn_mh_neigh_holdtime, "Duration in seconds\n") { - return zebra_evpn_mh_neigh_holdtime_update(vty, duration, - no ? true : false); + return zebra_evpn_mh_neigh_holdtime_update(vty, duration, + no ? true : false); } DEFPY (evpn_mh_startup_delay, |
