~ubuntu-branches/ubuntu/jaunty/xorp/jaunty

« back to all changes in this revision

Viewing changes to xrl/targets/fea_ifmgr_mirror_base.hh

  • Committer: Bazaar Package Importer
  • Author(s): Jose Calhariz, Javier Fernandez-Sanguino, Jose Calhariz
  • Date: 2008-01-23 01:24:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123012437-7l2u9r0k8e7op8st
Tags: 1.5~cvs.20080128-1
[ Javier Fernandez-Sanguino ]
* Update to latest CVS contents
* Modify debian/rules to prevent autobuilders from building 
  the binary-independent components: (Closes: #441121)
  - Create a new Build-Depends-Indep with all the TeX
  components used to build documentation
  - Since autobuilders call build, which in turns calls build-indep, hack
    the debian rules file so that the documentation is only built if ps2pdf,
    dvips and pslatex are available. 
* Modify the init.d script:
  - restart action: Do not attempt to stop xorp if not running
  - stop function: fix errors in the script
  - add a try-restart action
  - restructure the init.d script, move the restart code to a function
  - review the use of echo calls and exit values
* Use, as examples, the new boot files at rtrmgr/config/

[ Jose Calhariz ]
* Add depends on ncurses-dev, I don't know why xorp use tigetstr
  function from curses.  This way the depends field change less between
  build environments.
* Removed pushd and popd commands from Makefile and replaced with cd
  commands, was a bashism and FTBFS (closes: #453637)
* debian/control converted to utf-8 (closes: #454026) (closes: #453485)
* init.d/xorp now returns 0 if disabled.
* Added Vcs-Browser and Vcs-Svn fields pointing to the repository of the
  package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2001-2007 International Computer Science Institute
 
2
 * Copyright (c) 2001-2008 International Computer Science Institute
3
3
 * See LICENSE file for licensing, conditions, and warranties on use.
4
4
 *
5
5
 * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED
6
6
 *
7
7
 * Generated by 'tgt-gen'.
8
8
 *
9
 
 * $XORP: xorp/xrl/targets/fea_ifmgr_mirror_base.hh,v 1.20 2007/07/12 21:41:06 pavlin Exp $
 
9
 * $XORP: xorp/xrl/targets/fea_ifmgr_mirror_base.hh,v 1.25 2008/01/04 03:18:08 pavlin Exp $
10
10
 */
11
11
 
12
12
 
117
117
        const string&   ifname,
118
118
        const bool&     discard) = 0;
119
119
 
 
120
    virtual XrlCmdError fea_ifmgr_mirror_0_1_interface_set_unreachable(
 
121
        // Input values,
 
122
        const string&   ifname,
 
123
        const bool&     unreachable) = 0;
 
124
 
 
125
    virtual XrlCmdError fea_ifmgr_mirror_0_1_interface_set_management(
 
126
        // Input values,
 
127
        const string&   ifname,
 
128
        const bool&     management) = 0;
 
129
 
120
130
    virtual XrlCmdError fea_ifmgr_mirror_0_1_interface_set_mtu(
121
131
        // Input values,
122
132
        const string&   ifname,
195
205
        const string&   vifname,
196
206
        const uint32_t& vif_index) = 0;
197
207
 
 
208
    virtual XrlCmdError fea_ifmgr_mirror_0_1_vif_set_vlan(
 
209
        // Input values,
 
210
        const string&   ifname,
 
211
        const string&   vifname,
 
212
        const bool&     is_vlan) = 0;
 
213
 
 
214
    virtual XrlCmdError fea_ifmgr_mirror_0_1_vif_set_vlan_id(
 
215
        // Input values,
 
216
        const string&   ifname,
 
217
        const string&   vifname,
 
218
        const uint32_t& vlan_id) = 0;
 
219
 
198
220
    virtual XrlCmdError fea_ifmgr_mirror_0_1_ipv4_add(
199
221
        // Input values,
200
222
        const string&   ifname,
317
339
 
318
340
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_interface_set_discard(const XrlArgs& in, XrlArgs* out);
319
341
 
 
342
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_interface_set_unreachable(const XrlArgs& in, XrlArgs* out);
 
343
 
 
344
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_interface_set_management(const XrlArgs& in, XrlArgs* out);
 
345
 
320
346
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_interface_set_mtu(const XrlArgs& in, XrlArgs* out);
321
347
 
322
348
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_interface_set_mac(const XrlArgs& in, XrlArgs* out);
345
371
 
346
372
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_vif_set_vif_index(const XrlArgs& in, XrlArgs* out);
347
373
 
 
374
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_vif_set_vlan(const XrlArgs& in, XrlArgs* out);
 
375
 
 
376
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_vif_set_vlan_id(const XrlArgs& in, XrlArgs* out);
 
377
 
348
378
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_ipv4_add(const XrlArgs& in, XrlArgs* out);
349
379
 
350
380
    const XrlCmdError handle_fea_ifmgr_mirror_0_1_ipv4_remove(const XrlArgs& in, XrlArgs* out);