summaryrefslogtreecommitdiff
path: root/op-mode-definitions/restart-frr.xml.in
blob: 4772e8dd233a886ba75d52591be2bc5eaceffdb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="restart">
    <children>
      <leafNode name="all">
        <properties>
          <help>Restart all routing daemons</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart</command>
      </leafNode>
      <leafNode name="zebra">
        <properties>
          <help>Restart Routing Information Base (RIB) IP manager daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon zebra</command>
      </leafNode>
      <leafNode name="static">
        <properties>
          <help>Restart static routing daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon staticd</command>
      </leafNode>
      <leafNode name="bgp">
        <properties>
          <help>Restart Border Gateway Protocol (BGP) routing daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon bgpd</command>
      </leafNode>
      <leafNode name="ospf">
        <properties>
          <help>Restart Open Shortest Path First (OSPF) routing daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ospfd</command>
      </leafNode>
      <leafNode name="ospfv3">
        <properties>
          <help>Restart IPv6 Open Shortest Path First (OSPFv3) routing daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ospf6d</command>
      </leafNode>
      <leafNode name="rip">
        <properties>
          <help>Restart Routing Information Protocol (RIP) routing daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ripd</command>
      </leafNode>
      <leafNode name="ripng">
        <properties>
          <help>Restart IPv6 Routing Information Protocol (RIPng) routing daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ripngd</command>
      </leafNode>
      <leafNode name="isis">
        <properties>
          <help>Restart Intermediate System to Intermediate System (IS-IS) routing daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon isisd</command>
      </leafNode>
      <leafNode name="openfabric">
        <properties>
          <help>Restart OpenFabric routing daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon fabricd</command>
      </leafNode>
      <leafNode name="pim6">
        <properties>
          <help>Restart IPv6 Protocol Independent Multicast (PIM) daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon pim6d</command>
      </leafNode>
      <leafNode name="ldp">
        <properties>
          <help>Restart Label Distribution Protocol (LDP) daemon used by MPLS</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ldpd</command>
      </leafNode>
      <leafNode name="babel">
        <properties>
          <help>Restart Babel routing daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon babeld</command>
      </leafNode>
      <leafNode name="bfd">
        <properties>
          <help>Restart Bidirectional Forwarding Detection (BFD) daemon</help>
        </properties>
        <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon bfdd</command>
      </leafNode>
    </children>
  </node>
</interfaceDefinition>