diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-14 21:40:36 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-14 21:40:36 +0200 |
commit | 579933fb975dc8b7b078b58ffd8428d85520cfce (patch) | |
tree | 58c32dc2f9c200ad670499ef7a4364e36b96f768 /packages | |
parent | b234558db422390ed4d995e9134fe91c37d6cc8f (diff) | |
download | vyos-build-579933fb975dc8b7b078b58ffd8428d85520cfce.tar.gz vyos-build-579933fb975dc8b7b078b58ffd8428d85520cfce.zip |
frr: T2980: use consistent patch naming
Diffstat (limited to 'packages')
-rw-r--r-- | packages/frr/patches/0002-ospf6d-decimal-area-format-in-interface-command.patch (renamed from packages/frr/patches/ospf-decimal-area-format.patch) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/frr/patches/ospf-decimal-area-format.patch b/packages/frr/patches/0002-ospf6d-decimal-area-format-in-interface-command.patch index 298ef6e5..570ebd57 100644 --- a/packages/frr/patches/ospf-decimal-area-format.patch +++ b/packages/frr/patches/0002-ospf6d-decimal-area-format-in-interface-command.patch @@ -18,7 +18,7 @@ Signed-off-by: Duncan Eastoe <duncan.eastoe@att.com> 3 files changed, 22 insertions(+), 32 deletions(-) diff --git a/ospf6d/ospf6_area.c b/ospf6d/ospf6_area.c -index 9fe077b544..713ce26ecb 100644 +index 9fe077b54..713ce26ec 100644 --- a/ospf6d/ospf6_area.c +++ b/ospf6d/ospf6_area.c @@ -379,22 +379,6 @@ void ospf6_area_show(struct vty *vty, struct ospf6_area *oa) @@ -45,7 +45,7 @@ index 9fe077b544..713ce26ecb 100644 area_range_cmd, "area <A.B.C.D|(0-4294967295)> range X:X::X:X/M [<advertise|not-advertise|cost (0-16777215)>]", diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h -index 5648b1dfec..7ce6717fcc 100644 +index 5648b1dfe..7ce6717fc 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h @@ -117,6 +117,21 @@ struct ospf6_area { @@ -71,7 +71,7 @@ index 5648b1dfec..7ce6717fcc 100644 extern int ospf6_area_cmp(void *va, void *vb); diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c -index dd672dd1c5..f49ea9add2 100644 +index dd672dd1c..f49ea9add 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -644,11 +644,12 @@ DEFUN (no_ospf6_distance_source, @@ -141,3 +141,6 @@ index dd672dd1c5..f49ea9add2 100644 /* Verify Area */ if (oi->area == NULL) { +-- +2.20.1 + |